Home
last modified time | relevance | path

Searched refs:KMS_AGENT_STATUS_INVALID_PARAMETER (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp809 return (KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetLastStatusCode()
968 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetClusterInformation()
977 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetClusterInformation()
986 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetClusterInformation()
995 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetClusterInformation()
1005 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_GetClusterInformation()
1050 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_SelectAppliance()
1058 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_SelectAppliance()
1110 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_LoadProfile()
1118 RETURN(KMS_AGENT_STATUS_INVALID_PARAMETER); in KMSAgent_LoadProfile()
[all …]
H A DKMSAgent.h88 #define KMS_AGENT_STATUS_INVALID_PARAMETER 103 macro
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c927 case KMS_AGENT_STATUS_INVALID_PARAMETER: in GetPKCS11StatusFromAgentStatus()