Home
last modified time | relevance | path

Searched refs:KMS_MAX_KEY_GROUP_ID_SIZE (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSClientProfile.h127 #define KMS_MAX_KEY_GROUP_ID_SIZE 64 macro
H A DKMSAgent.cpp1509 strlen(i_pKeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_CreateKey()
1545 KMS_MAX_KEY_GROUP_ID_SIZE + 1); in KMSAgent_CreateKey()
1716 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_CreateKey()
2256 strlen(i_pKeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveKey()
2301 KMS_MAX_KEY_GROUP_ID_SIZE + 1); in KMSAgent_RetrieveKey()
2443 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveKey()
3367 strlen(i_pKeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveProtectAndProcessKey()
3407 KMS_MAX_KEY_GROUP_ID_SIZE + 1); in KMSAgent_RetrieveProtectAndProcessKey()
3544 if (strlen(oResponse.Key.KeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveProtectAndProcessKey()