Home
last modified time | relevance | path

Searched refs:ret_uuid (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ps/
Dtcsps.c116 psfile_get_parent_uuid_by_uuid(int fd, TSS_UUID *uuid, TSS_UUID *ret_uuid) in psfile_get_parent_uuid_by_uuid() argument
141 if ((rc = read_data(fd, ret_uuid, sizeof(TSS_UUID)))) { in psfile_get_parent_uuid_by_uuid()
366 psfile_get_uuid_by_pub(int fd, TCPA_STORE_PUBKEY *pub, TSS_UUID **ret_uuid) in psfile_get_uuid_by_pub() argument
417 *ret_uuid = (TSS_UUID *)malloc(sizeof(TSS_UUID)); in psfile_get_uuid_by_pub()
418 if (*ret_uuid == NULL) { in psfile_get_uuid_by_pub()
425 memcpy(*ret_uuid, &tmp->uuid, sizeof(TSS_UUID)); in psfile_get_uuid_by_pub()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_key_ps.c94 getParentUUIDByUUID(TSS_UUID *uuid, TSS_UUID *ret_uuid) in getParentUUIDByUUID() argument
104 memcpy(ret_uuid, &disk_tmp->parent_uuid, sizeof(TSS_UUID)); in getParentUUIDByUUID()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ps/
Dtspps.c266 psfile_get_parent_uuid_by_uuid(int fd, TSS_UUID *uuid, TSS_UUID *ret_uuid) in psfile_get_parent_uuid_by_uuid() argument
274 memcpy(ret_uuid, &tmp.parent_uuid, sizeof(TSS_UUID)); in psfile_get_parent_uuid_by_uuid()