Searched refs:ps_get_key_by_uuid (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_key_ps.h22 TSS_RESULT ps_get_key_by_uuid(TSS_UUID *, BYTE *, UINT16 *);
H A Dtspps.h43 TSS_RESULT ps_get_key_by_uuid(TSS_HCONTEXT, TSS_UUID *, TSS_HKEY *);
H A Dtcsps.h55 TSS_RESULT ps_get_key_by_uuid(TSS_UUID *, BYTE *, UINT16 *);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_ps.c76 if (ps_get_key_by_uuid(tspContext, &info.parentKeyUUID,
146 if ((result = ps_get_key_by_uuid(tspContext, &uuidData, phKey)))
252 if ((result = ps_get_key_by_uuid(tspContext, &uuidKey, phKey)))
297 if ((result = ps_get_key_by_uuid(tspContext, &uuidData, phKey)))
H A Dtsp_ps.c172 ps_get_key_by_uuid(TSS_HCONTEXT tspContext, TSS_UUID *uuid, TSS_HKEY *hKey) function
315 if (ps_get_key_by_uuid(tspContext, &info.parentKeyUUID, &keyHandle))
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c427 if ((result = ps_get_key_by_uuid(KeyUUID, tcpaKeyBlob, &keySize))) {
482 if ((result = ps_get_key_by_uuid(KeyUUID, buffer, &keySize)))
527 if (ps_get_key_by_uuid(&pLoadKeyInfo->keyUUID, keyBlob, &blobSize))
555 LogDebugFn("calling ps_get_key_by_uuid");
556 if (ps_get_key_by_uuid(KeyUUID, keyBlob, &blobSize))
H A Dtcs_key_ps.c249 ps_get_key_by_uuid(TSS_UUID *uuid, BYTE *blob, UINT16 *blob_size) function

Completed in 108 milliseconds