Home
last modified time | relevance | path

Searched refs:cbor_decode_uint64 (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/bsd/libfido2/dist/src/
H A Dinfo.c268 return (cbor_decode_uint64(val, &ci->maxmsgsiz)); in parse_reply_element()
272 return (cbor_decode_uint64(val, &ci->maxcredcntlst)); in parse_reply_element()
274 return (cbor_decode_uint64(val, &ci->maxcredidlen)); in parse_reply_element()
280 return (cbor_decode_uint64(val, &ci->fwversion)); in parse_reply_element()
282 return (cbor_decode_uint64(val, &ci->maxcredbloblen)); in parse_reply_element()
H A Dcredman.c191 return (cbor_decode_uint64(val, &metadata->rk_existing)); in credman_parse_metadata()
193 return (cbor_decode_uint64(val, &metadata->rk_remaining)); in credman_parse_metadata()
269 if (cbor_decode_uint64(val, &prot) < 0 || prot > INT_MAX || in credman_parse_rk()
309 if (cbor_decode_uint64(val, &n) < 0 || n > SIZE_MAX) { in credman_parse_rk_count()
514 if (cbor_decode_uint64(val, &n) < 0 || n > SIZE_MAX) { in credman_parse_rp_count()
H A Dbio.c343 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_enroll_status()
350 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_enroll_status()
622 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_info()
629 if (cbor_decode_uint64(val, &x) < 0 || x > UINT8_MAX) { in bio_parse_info()
H A Dextern.h67 int cbor_decode_uint64(const cbor_item_t *, uint64_t *);
H A Dpin.c522 if (cbor_decode_uint64(val, &n) < 0 || n > INT_MAX) { in parse_retry_count()
H A Dassert.c29 if (cbor_decode_uint64(val, &n) < 0 || n > SIZE_MAX) { in adjust_assert_count()
H A Dcbor.c1424 cbor_decode_uint64(const cbor_item_t *item, uint64_t *n) in cbor_decode_uint64() function
/netbsd/external/bsd/libfido2/dist/fuzz/
H A Dfunctions.txt201 cbor_decode_uint64 4 0 100.00% 10 0 100.00%