Home
last modified time | relevance | path

Searched refs:fido_cred_sig_ptr (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dexport.gnu191 fido_cred_sig_ptr;
H A Dexport.msvc190 fido_cred_sig_ptr
H A Dfido.h124 const unsigned char *fido_cred_sig_ptr(const fido_cred_t *);
H A Dcred.c1043 fido_cred_sig_ptr(const fido_cred_t *cred) in fido_cred_sig_ptr() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu188 fido_cred_sig_ptr;
H A Dfuzz_cred.c386 fido_cred_sig_ptr(cred), fido_cred_sig_len(cred), in test_cred()
H A Dfunctions.txt302 fido_cred_sig_ptr 1 0 100.00% 3 0 100.00%
/freebsd/contrib/libfido2/tools/
H A Dcred_make.c108 r |= base64_encode(fido_cred_sig_ptr(cred), fido_cred_sig_len(cred), in print_attcred()
/freebsd/contrib/libfido2/regress/
H A Dcred.c1486 assert(fido_cred_sig_ptr(c) == NULL); in empty_cred()
1873 assert(fido_cred_sig_ptr(c) == NULL); in junk_authdata()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt183 fido_cred_new fido_cred_sig_ptr
/freebsd/crypto/openssh/
H A Dsk-usbhid.c989 if ((ptr = fido_cred_sig_ptr(cred)) != NULL) { in sk_enroll()