Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtspps.h38 TSS_RESULT psfile_get_cache_entry_by_pub(int, UINT32, BYTE *, struct key_disk_cache *);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/
H A Dtspps.c346 if ((result = psfile_get_cache_entry_by_pub(fd, pub_size, pub, &tmp))) in psfile_get_key_by_pub()
381 if ((result = psfile_get_cache_entry_by_pub(fd, pub_size, pub, &tmp))) in psfile_get_uuid_by_pub()
1211 psfile_get_cache_entry_by_pub(int fd, UINT32 pub_size, BYTE *pub, struct key_disk_cache *c) in psfile_get_cache_entry_by_pub() function