Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dexport.gnu130 fido_cred_clientdata_hash_ptr;
H A Dexport.msvc129 fido_cred_clientdata_hash_ptr
H A Dfido.h120 const unsigned char *fido_cred_clientdata_hash_ptr(const fido_cred_t *);
H A Dcred.c1019 fido_cred_clientdata_hash_ptr(const fido_cred_t *cred) in fido_cred_clientdata_hash_ptr() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu128 fido_cred_clientdata_hash_ptr;
H A Dfuzz_cred.c380 fido_cred_clientdata_hash_ptr(cred), in test_cred()
H A Dfunctions.txt298 fido_cred_clientdata_hash_ptr 1 0 100.00% 3 0 100.00%
/freebsd/contrib/libfido2/tools/
H A Dcred_make.c102 r = base64_encode(fido_cred_clientdata_hash_ptr(cred), in print_attcred()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt166 fido_cred_new fido_cred_clientdata_hash_ptr
/freebsd/contrib/libfido2/regress/
H A Dcred.c1475 assert(fido_cred_clientdata_hash_ptr(c) == NULL); in empty_cred()