Home
last modified time | relevance | path

Searched refs:disk_ptr (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
117 for (disk_ptr = key_disk_cache_head; disk_ptr; disk_ptr = disk_ptr->next) { in TCS_EnumRegisteredKeys_Internal()
118 if (disk_ptr->flags & CACHE_FLAG_VALID) in TCS_EnumRegisteredKeys_Internal()
138 for (disk_ptr = key_disk_cache_head; disk_ptr; disk_ptr = disk_ptr->next) { in TCS_EnumRegisteredKeys_Internal()
139 if (disk_ptr->flags & CACHE_FLAG_VALID) { in TCS_EnumRegisteredKeys_Internal()
142 if (!memcmp(&mem_ptr->uuid, &disk_ptr->uuid, sizeof(TSS_UUID))) { in TCS_EnumRegisteredKeys_Internal()
143 if ((result = fill_key_info(disk_ptr, mem_ptr, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal()
155 if ((result = fill_key_info(disk_ptr, NULL, &ret[i]))) { in TCS_EnumRegisteredKeys_Internal()
169 disk_ptr = key_disk_cache_head; in TCS_EnumRegisteredKeys_Internal()
170 while (disk_ptr != NULL && count < MAX_KEY_CHILDREN) in TCS_EnumRegisteredKeys_Internal()
[all …]