Searched refs:cbor_decode_cred_authdata (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | extern.h | 62 int cbor_decode_cred_authdata(const cbor_item_t *, int, fido_blob_t *,
|
H A D | cred.c | 37 return (cbor_decode_cred_authdata(val, cred->type, in parse_makecred_reply() 621 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor, in fido_cred_set_authdata() 662 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor, in fido_cred_set_authdata_raw()
|
H A D | winhello.c | 770 if (cbor_decode_cred_authdata(val, cred->type, in winhello_get_assert() 773 fido_log_debug("%s: cbor_decode_cred_authdata", in winhello_get_assert()
|
H A D | cbor.c | 1291 cbor_decode_cred_authdata(const cbor_item_t *item, int cose_alg, in cbor_decode_cred_authdata() function
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 203 cbor_decode_cred_authdata 31 1 96.77% 35 3 91.43%
|