Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libfido2/src/
HDlargeblob.c166 if ((argv[0] = cbor_build_uint(count)) == NULL || in largeblob_get_tx()
167 (argv[2] = cbor_build_uint(offset)) == NULL) { in largeblob_get_tx()
345 (argv[2] = cbor_build_uint(blob->origsiz)) == NULL) { in largeblob_encode()
516 (argv[2] = cbor_build_uint(offset)) == NULL || in largeblob_set_tx()
517 (offset == 0 && (argv[3] = cbor_build_uint(totalsiz)) == NULL)) { in largeblob_set_tx()
HDextern.h39 cbor_item_t *cbor_build_uint(const uint64_t);
HDbio.c447 if ((argv[2] = cbor_build_uint(timo_ms)) == NULL) { in bio_enroll_begin_wait()
552 (argv[2] = cbor_build_uint(timo_ms)) == NULL) { in bio_enroll_continue_wait()
HDcbor.c1647 cbor_build_uint(const uint64_t value) in cbor_build_uint() function
/freebsd-13-stable/contrib/libfido2/fuzz/
HDfunctions.txt207 cbor_build_uint 10 1 90.00% 9 1 88.89%