Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dexport.gnu126 fido_cred_authdata_ptr;
H A Dexport.msvc125 fido_cred_authdata_ptr
H A Dfido.h118 const unsigned char *fido_cred_authdata_ptr(const fido_cred_t *);
H A Dcred.c1055 fido_cred_authdata_ptr(const fido_cred_t *cred) in fido_cred_authdata_ptr() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu124 fido_cred_authdata_ptr;
H A Dfuzz_cred.c382 fido_cred_rp_name(cred), fido_cred_authdata_ptr(cred), in test_cred()
H A Dfunctions.txt304 fido_cred_authdata_ptr 1 0 100.00% 3 0 100.00%
/freebsd/contrib/libfido2/regress/
H A Dcred.c1471 assert(fido_cred_authdata_ptr(c) == NULL); in empty_cred()
1861 assert(fido_cred_authdata_ptr(c) == NULL); in junk_authdata()
2049 assert((ptr = fido_cred_authdata_ptr(c)) != NULL); in raw_authdata()
2063 assert((ptr = fido_cred_authdata_ptr(c)) != NULL); in raw_authdata()
/freebsd/contrib/libfido2/tools/
H A Dcred_make.c104 r |= base64_encode(fido_cred_authdata_ptr(cred), in print_attcred()
/freebsd/contrib/libfido2/examples/
H A Dcred.c316 verify_cred(type, fido_cred_fmt(cred), fido_cred_authdata_ptr(cred), in main()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt162 fido_cred_new fido_cred_authdata_ptr
/freebsd/crypto/openssh/
H A Dsk-usbhid.c1008 if ((ptr = fido_cred_authdata_ptr(cred)) != NULL) { in sk_enroll()