Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.cpp526 strncpy(pKeyGroup->m_acKeyGroupID, in CopyKeyGroupsResponse()
528 sizeof(pKeyGroup->m_acKeyGroupID)); in CopyKeyGroupsResponse()
529 pKeyGroup->m_acKeyGroupID[sizeof(pKeyGroup->m_acKeyGroupID)-1] = '\0'; in CopyKeyGroupsResponse()
641 strncpy(pResult->m_pKeys[i].m_acKeyGroupID, in CopyDataUnitKeysResponse()
643 sizeof(pResult->m_pKeys[i].m_acKeyGroupID)); in CopyDataUnitKeysResponse()
644 pResult->m_pKeys[i].m_acKeyGroupID[sizeof(pResult->m_pKeys[i].m_acKeyGroupID)-1] = '\0'; in CopyDataUnitKeysResponse()
1728 strncpy(o_pKey->m_acKeyGroupID, in KMSAgent_CreateKey()
1730 sizeof(o_pKey->m_acKeyGroupID)); in KMSAgent_CreateKey()
1731 o_pKey->m_acKeyGroupID[sizeof(o_pKey->m_acKeyGroupID)-1] = '\0'; in KMSAgent_CreateKey()
2455 strncpy(o_pKey->m_acKeyGroupID, in KMSAgent_RetrieveKey()
[all …]
H A DKMSAgent.h379 KEY_GROUP_ID m_acKeyGroupID; member
437 KEY_GROUP_ID m_acKeyGroupID; member