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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_ps.c63 ps_get_registered_keys(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO **keys) argument
71 result = psfile_get_registered_keys(fd, uuid, tcs_uuid, size, keys);
79 ps_get_registered_keys2(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO2 **keys) argument
88 result = psfile_get_registered_keys2(fd, uuid, tcs_uuid, size, keys);
H A Dtspi_ps.c449 TSS_UUID tcs_uuid; local
464 if ((result = ps_get_registered_keys(pUuidData, &tcs_uuid,
468 if ((result = RPC_EnumRegisteredKeys(tspContext, &tcs_uuid, &tcsHierSize,
516 TSS_UUID tcs_uuid; local
535 if ((result = ps_get_registered_keys2(pUuidData, &tcs_uuid, &tspHierSize,
538 /* The tcs_uuid returned by ps_get_registered_key2 will always be a parent
541 if ((result = RPC_EnumRegisteredKeys2(tspContext, &tcs_uuid, &tcsHierSize,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c887 TSS_UUID *tcs_uuid,
942 memcpy(tcs_uuid, find_uuid, sizeof(TSS_UUID));
974 TSS_UUID *tcs_uuid,
1032 memcpy(tcs_uuid, find_uuid, sizeof(TSS_UUID));
885 psfile_get_registered_keys(int fd, TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO **keys) argument
972 psfile_get_registered_keys2(int fd, TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO2 **keys) argument

Completed in 90 milliseconds