Home
last modified time | relevance | path

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

/freebsd-src/contrib/libfido2/tools/
H A Dcred_make.c110 if (fido_cred_x5c_ptr(cred) != NULL) in print_attcred()
111 r |= base64_encode(fido_cred_x5c_ptr(cred), in print_attcred()
H A Dcred_verify.c165 if (fido_cred_x5c_ptr(cred) == NULL) { in cred_verify()
/freebsd-src/contrib/libfido2/src/
H A Dexport.gnu199 fido_cred_x5c_ptr;
H A Dexport.msvc198 fido_cred_x5c_ptr
H A Dfido.h126 const unsigned char *fido_cred_x5c_ptr(const fido_cred_t *);
H A Dcred.c1031 fido_cred_x5c_ptr(const fido_cred_t *cred) in fido_cred_x5c_ptr() function
/freebsd-src/contrib/libfido2/fuzz/
H A Dexport.gnu196 fido_cred_x5c_ptr;
H A Dfuzz_cred.c385 fido_cred_x5c_ptr(cred), fido_cred_x5c_len(cred), in test_cred()
H A Dfunctions.txt300 fido_cred_x5c_ptr 1 0 100.00% 3 0 100.00%
/freebsd-src/contrib/libfido2/regress/
H A Dcred.c1488 assert(fido_cred_x5c_ptr(c) == NULL); in empty_cred()
1875 assert(fido_cred_x5c_ptr(c) == NULL); in junk_authdata()
/freebsd-src/contrib/libfido2/man/
H A DCMakeLists.txt189 fido_cred_new fido_cred_x5c_ptr
/freebsd-src/crypto/openssh/
H A Dsk-usbhid.c957 if (fido_cred_x5c_ptr(cred) != NULL) { in sk_enroll()
998 if ((ptr = fido_cred_x5c_ptr(cred)) != NULL) { in sk_enroll()