Searched refs:tmp_uuid (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_ps.c | 84 TSS_UUID tmp_uuid; in TCS_EnumRegisteredKeys_Internal() local 168 memcpy(&tmp_uuid, pKeyUUID, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal() 173 !memcmp(&disk_ptr->uuid, &tmp_uuid, sizeof(TSS_UUID))) in TCS_EnumRegisteredKeys_Internal() 183 memcpy(&tmp_uuid, &disk_ptr->parent_uuid, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal() 251 TSS_UUID tmp_uuid; in TCS_EnumRegisteredKeys_Internal2() local 335 memcpy(&tmp_uuid, pKeyUUID, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal2() 340 !memcmp(&disk_ptr->uuid, &tmp_uuid, sizeof(TSS_UUID))) in TCS_EnumRegisteredKeys_Internal2() 350 memcpy(&tmp_uuid, &disk_ptr->parent_uuid, sizeof(TSS_UUID)); in TCS_EnumRegisteredKeys_Internal2()
|