Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libfido2/src/
HDexport.gnu123 fido_cred_authdata_ptr;
HDexport.msvc122 fido_cred_authdata_ptr
HDfido.h116 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-13-stable/contrib/libfido2/fuzz/
HDexport.gnu122 fido_cred_authdata_ptr;
HDfuzz_cred.c382 fido_cred_rp_name(cred), fido_cred_authdata_ptr(cred), in test_cred()
HDfunctions.txt299 fido_cred_authdata_ptr 1 0 100.00% 3 0 100.00%
/freebsd-13-stable/contrib/libfido2/regress/
HDcred.c1469 assert(fido_cred_authdata_ptr(c) == NULL); in empty_cred()
1859 assert(fido_cred_authdata_ptr(c) == NULL); in junk_authdata()
2047 assert((ptr = fido_cred_authdata_ptr(c)) != NULL); in raw_authdata()
2061 assert((ptr = fido_cred_authdata_ptr(c)) != NULL); in raw_authdata()
/freebsd-13-stable/contrib/libfido2/tools/
HDcred_make.c99 r |= base64_encode(fido_cred_authdata_ptr(cred), in print_attcred()
/freebsd-13-stable/contrib/libfido2/examples/
HDcred.c297 verify_cred(type, fido_cred_fmt(cred), fido_cred_authdata_ptr(cred), in main()
/freebsd-13-stable/contrib/libfido2/man/
HDCMakeLists.txt159 fido_cred_new fido_cred_authdata_ptr
/freebsd-13-stable/crypto/openssh/
HDsk-usbhid.c1008 if ((ptr = fido_cred_authdata_ptr(cred)) != NULL) { in sk_enroll()