Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.h78 #define KMS_AGENT_STATUS_GENERIC_ERROR 100 macro
H A DKMSAgent.cpp829 return (KMS_AGENT_STATUS_GENERIC_ERROR); in KMSAgent_GetLastStatusCode()
863 RETURN(KMS_AGENT_STATUS_GENERIC_ERROR); in KMSAgent_InitializeLibrary()
919 RETURN(KMS_AGENT_STATUS_GENERIC_ERROR); in KMSAgent_FinalizeLibrary()
1303 RETURN(KMS_AGENT_STATUS_GENERIC_ERROR); in KMSAgent_DeleteProfile()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c921 case KMS_AGENT_STATUS_GENERIC_ERROR: in GetPKCS11StatusFromAgentStatus()