Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libfido2/src/
HDexport.msvc125 fido_cred_authdata_ptr
HDexport.gnu126 fido_cred_authdata_ptr;
HDfido.h118 const unsigned char *fido_cred_authdata_ptr(const fido_cred_t *);
HDcred.c1055 fido_cred_authdata_ptr(const fido_cred_t *cred) in fido_cred_authdata_ptr() function
/freebsd-14-stable/contrib/libfido2/fuzz/
HDexport.gnu124 fido_cred_authdata_ptr;
HDfuzz_cred.c382 fido_cred_rp_name(cred), fido_cred_authdata_ptr(cred), in test_cred()
HDfunctions.txt304 fido_cred_authdata_ptr 1 0 100.00% 3 0 100.00%
/freebsd-14-stable/contrib/libfido2/regress/
HDcred.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-14-stable/contrib/libfido2/tools/
HDcred_make.c104 r |= base64_encode(fido_cred_authdata_ptr(cred), in print_attcred()
/freebsd-14-stable/contrib/libfido2/examples/
HDcred.c316 verify_cred(type, fido_cred_fmt(cred), fido_cred_authdata_ptr(cred), in main()
/freebsd-14-stable/contrib/libfido2/man/
HDCMakeLists.txt162 fido_cred_new fido_cred_authdata_ptr
/freebsd-14-stable/crypto/openssh/
HDsk-usbhid.c1008 if ((ptr = fido_cred_authdata_ptr(cred)) != NULL) { in sk_enroll()