Searched refs:psfile_get_cache_entry_by_uuid (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
H A D | tspps.c | 255 if ((result = psfile_get_cache_entry_by_uuid(fd, uuid, &tmp)) == TSS_SUCCESS) in psfile_is_key_registered() 271 if ((result = psfile_get_cache_entry_by_uuid(fd, uuid, &tmp))) in psfile_get_parent_uuid_by_uuid() 285 if ((result = psfile_get_cache_entry_by_uuid(fd, uuid, &tmp))) in psfile_get_parent_ps_type() 308 if ((result = psfile_get_cache_entry_by_uuid(fd, uuid, &tmp))) in psfile_get_key_by_uuid() 602 if ((result = psfile_get_cache_entry_by_uuid(fd, uuid, &c))) in psfile_remove_key() 1110 psfile_get_cache_entry_by_uuid(int fd, TSS_UUID *uuid, struct key_disk_cache *c) in psfile_get_cache_entry_by_uuid() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tspps.h | 37 TSS_RESULT psfile_get_cache_entry_by_uuid(int, TSS_UUID *, struct key_disk_cache *);
|