Searched refs:tcs_uuid (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_ps.c | 449 TSS_UUID tcs_uuid; in Tspi_Context_GetRegisteredKeysByUUID() local 464 if ((result = ps_get_registered_keys(pUuidData, &tcs_uuid, in Tspi_Context_GetRegisteredKeysByUUID() 468 if ((result = RPC_EnumRegisteredKeys(tspContext, &tcs_uuid, &tcsHierSize, in Tspi_Context_GetRegisteredKeysByUUID() 516 TSS_UUID tcs_uuid; in Tspi_Context_GetRegisteredKeysByUUID2() local 535 if ((result = ps_get_registered_keys2(pUuidData, &tcs_uuid, &tspHierSize, in Tspi_Context_GetRegisteredKeysByUUID2() 541 if ((result = RPC_EnumRegisteredKeys2(tspContext, &tcs_uuid, &tcsHierSize, in Tspi_Context_GetRegisteredKeysByUUID2()
|
H A D | tsp_ps.c | 63 ps_get_registered_keys(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO **keys) in ps_get_registered_keys() argument 71 result = psfile_get_registered_keys(fd, uuid, tcs_uuid, size, keys); in ps_get_registered_keys() 79 ps_get_registered_keys2(TSS_UUID *uuid, TSS_UUID *tcs_uuid, UINT32 *size, TSS_KM_KEYINFO2 **keys) in ps_get_registered_keys2() argument 88 result = psfile_get_registered_keys2(fd, uuid, tcs_uuid, size, keys); in ps_get_registered_keys2()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
H A D | tspps.c | 887 TSS_UUID *tcs_uuid, in psfile_get_registered_keys() argument 942 memcpy(tcs_uuid, find_uuid, sizeof(TSS_UUID)); in psfile_get_registered_keys() 974 TSS_UUID *tcs_uuid, in psfile_get_registered_keys2() argument 1032 memcpy(tcs_uuid, find_uuid, sizeof(TSS_UUID)); in psfile_get_registered_keys2()
|