Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.h840 KEY_GROUP_ID const i_pKeyGroupID,
937 utf8cstr const i_pKeyGroupID,
1098 utf8cstr const i_pKeyGroupID,
H A DKMSAgent.cpp1477 KEY_GROUP_ID const i_pKeyGroupID, in KMSAgent_CreateKey() argument
1508 if (i_pKeyGroupID && in KMSAgent_CreateKey()
1509 strlen(i_pKeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_CreateKey()
1541 if (i_pKeyGroupID) in KMSAgent_CreateKey()
1544 i_pKeyGroupID, in KMSAgent_CreateKey()
1605 i_pKeyGroupID ? pKeyGroupID : (char *) "", in KMSAgent_CreateKey()
1618 i_pKeyGroupID ? pKeyGroupID : (char *) "", in KMSAgent_CreateKey()
2213 utf8cstr const i_pKeyGroupID, in KMSAgent_RetrieveKey() argument
2255 if (i_pKeyGroupID && in KMSAgent_RetrieveKey()
2256 strlen(i_pKeyGroupID) > KMS_MAX_KEY_GROUP_ID_SIZE) in KMSAgent_RetrieveKey()
[all …]