Searched refs:KMSAgent_ArrayOfKeys (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgent.h514 typedef struct KMSAgent_ArrayOfKeys KMSAgent_ArrayOfKeys; typedef in typeref:struct:KMSAgent_ArrayOfKeys
516 /** \struct KMSAgent_ArrayOfKeys
519 struct KMSAgent_ArrayOfKeys struct
1040 * @param o_ppKeys a pointer to pointer to a #KMSAgent_ArrayOfKeys struct allocated by this routine for returning the specified number of
1067 KMSAgent_ArrayOfKeys** const o_ppKeys);
1106 KMSAgent_ArrayOfKeys* i_pArrayOfKeys);
H A DKMSAgent.cpp540 * allocate storage for the KMSAgent_ArrayOfKeys struct and the array of keys returned in the
547 * @return(pointer to allocated KMSAgent_ArrayOfKeys and the corresponding keys, returns NULL
551 static KMSAgent_ArrayOfKeys * CopyDataUnitKeysResponse (
556 KMSAgent_ArrayOfKeys * pResult =
557 (KMSAgent_ArrayOfKeys *) calloc(1, sizeof (KMSAgent_ArrayOfKeys));
3071 KMSAgent_ArrayOfKeys* * const o_ppKeys)
3661 KMSAgent_ArrayOfKeys* i_pArrayOfKeys)
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c681 KMSAgent_ArrayOfKeys **keylist, int *numkeys)
684 KMSAgent_ArrayOfKeys *kmskeys = NULL;
722 KMSAgent_ArrayOfKeys *kmsKeys = NULL;

Completed in 37 milliseconds