Searched refs:fido_cred_pubkey_ptr (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/libfido2/regress/ |
H A D | cred.c | 1482 assert(fido_cred_pubkey_ptr(c) == NULL); in empty_cred() 1534 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in valid_cred() 1558 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_cdh() 1582 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_rp_id() 1607 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_rp_name() 1635 assert(fido_cred_pubkey_ptr(c) == NULL); in no_authdata() 1660 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_x509() 1684 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_sig() 1708 assert(memcmp(fido_cred_pubkey_ptr(c), pubkey, sizeof(pubkey)) == 0); in no_fmt() 1733 assert(memcmp(fido_cred_pubkey_ptr( in wrong_options() [all...] |
/freebsd/contrib/libfido2/examples/ |
H A D | cred.c | 118 fido_cred_pubkey_ptr(cred), in verify_cred() 123 fido_cred_pubkey_ptr(cred), in verify_cred() 128 fido_cred_pubkey_ptr(cred), in verify_cred() 133 fido_cred_pubkey_ptr(cred), in verify_cred()
|
/freebsd/contrib/libfido2/tools/ |
H A D | util.c | 470 write_es256_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred() 474 write_es384_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred() 478 write_rsa_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred() 482 write_eddsa_pubkey(out_f, fido_cred_pubkey_ptr(cred), in print_cred()
|
/freebsd/contrib/libfido2/src/ |
H A D | export.gnu | 168 fido_cred_pubkey_ptr;
|
H A D | export.msvc | 167 fido_cred_pubkey_ptr
|
H A D | fido.h | 123 const unsigned char *fido_cred_pubkey_ptr(const fido_cred_t *);
|
H A D | cred.c | 1091 fido_cred_pubkey_ptr(const fido_cred_t *cred) in fido_cred_pubkey_ptr() function
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | export.gnu | 165 fido_cred_pubkey_ptr;
|
H A D | fuzz_credman.c | 316 consume(fido_cred_pubkey_ptr(cred), fido_cred_pubkey_len(cred)); in get_rk_list()
|
H A D | fuzz_cred.c | 328 consume(fido_cred_pubkey_ptr(cred), fido_cred_pubkey_len(cred)); in verify_cred()
|
H A D | functions.txt | 310 fido_cred_pubkey_ptr 11 0 100.00% 21 0 100.00%
|
/freebsd/contrib/libfido2/man/ |
H A D | CMakeLists.txt | 178 fido_cred_new fido_cred_pubkey_ptr
|
/freebsd/crypto/openssh/ |
H A D | sk-usbhid.c | 623 if ((ptr = fido_cred_pubkey_ptr(cred)) == NULL) { in pack_public_key_ecdsa() 689 if ((ptr = fido_cred_pubkey_ptr(cred)) == NULL) { in pack_public_key_ed25519()
|