Lines Matching refs:m_acKeyGroupID
526 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()
2457 sizeof(o_pKey->m_acKeyGroupID)); in KMSAgent_RetrieveKey()
2458 o_pKey->m_acKeyGroupID[sizeof(o_pKey->m_acKeyGroupID)-1] = '\0'; in KMSAgent_RetrieveKey()
3556 strncpy(o_pKey->m_acKeyGroupID, in KMSAgent_RetrieveProtectAndProcessKey()
3558 sizeof(o_pKey->m_acKeyGroupID)); in KMSAgent_RetrieveProtectAndProcessKey()
3559 o_pKey->m_acKeyGroupID[sizeof(o_pKey->m_acKeyGroupID)-1] = '\0'; in KMSAgent_RetrieveProtectAndProcessKey()