Home
last modified time | relevance | path

Searched refs:cbor_decode_bool (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dinfo.c72 if (cbor_decode_bool(val, NULL) < 0) { in decode_option()
318 return (cbor_decode_bool(val, &ci->new_pin_reqd)); in parse_reply_element()
H A Dextern.h62 int cbor_decode_bool(const cbor_item_t *, bool *);
H A Dcbor.c1207 if (cbor_decode_bool(val, NULL) < 0) { in decode_cred_extension()
1222 if (cbor_decode_bool(val, NULL) < 0) { in decode_cred_extension()
1722 cbor_decode_bool(const cbor_item_t *item, bool *v) in cbor_decode_bool() function
H A Dcred.c43 return (cbor_decode_bool(val, &cred->ea.att)); in parse_makecred_reply()
/freebsd/contrib/libfido2/fuzz/
H A Dfunctions.txt212 cbor_decode_bool 14 0 100.00% 11 0 100.00%