Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c85 struct key_disk_cache *disk_ptr, *tmp_ptrs[MAX_KEY_CHILDREN]; in TCS_EnumRegisteredKeys_Internal() local
178 tmp_ptrs[count - 1] = disk_ptr; in TCS_EnumRegisteredKeys_Internal()
209 if (!memcmp(&mem_ptr->uuid, &tmp_ptrs[i]->uuid, sizeof(TSS_UUID))) { in TCS_EnumRegisteredKeys_Internal()
210 if ((result = fill_key_info(tmp_ptrs[i], mem_ptr, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal()
222 if ((result = fill_key_info(tmp_ptrs[i], NULL, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal()
252 struct key_disk_cache *disk_ptr, *tmp_ptrs[MAX_KEY_CHILDREN]; in TCS_EnumRegisteredKeys_Internal2() local
345 tmp_ptrs[count - 1] = disk_ptr; in TCS_EnumRegisteredKeys_Internal2()
376 if (!memcmp(&mem_ptr->uuid, &tmp_ptrs[i]->uuid, sizeof(TSS_UUID))) { in TCS_EnumRegisteredKeys_Internal2()
377 if ((result = fill_key_info2(tmp_ptrs[i], mem_ptr, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal2()
389 if ((result = fill_key_info2(tmp_ptrs[i], NULL, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal2()