Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.h369 typedef struct KMSAgent_KeyGroup KMSAgent_KeyGroup; typedef
374 struct KMSAgent_KeyGroup struct
400 KMSAgent_KeyGroup* m_pKeyGroups; argument
H A DKMSAgent.cpp511 pResult->m_pKeyGroups = (KMSAgent_KeyGroup*) in CopyKeyGroupsResponse()
512 calloc(1, sizeof (KMSAgent_KeyGroup) * pResult->m_iSize); in CopyKeyGroupsResponse()
522 KMSAgent_KeyGroup *pKeyGroup; in CopyKeyGroupsResponse()