Home
last modified time | relevance | path

Searched refs:CBOR_INT_8 (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/mit/libcbor/dist/src/cbor/
H A Dints.c17 assert(cbor_int_get_width(item) == CBOR_INT_8); in cbor_get_uint8()
42 case CBOR_INT_8: in cbor_get_int()
57 assert(cbor_int_get_width(item) == CBOR_INT_8); in cbor_set_uint8()
94 .metadata = {.int_metadata = {.width = CBOR_INT_8}}, in cbor_new_int8()
H A Dserialization.c78 case CBOR_INT_8: in cbor_serialize_uint()
95 case CBOR_INT_8: in cbor_serialize_negint()
H A Ddata.h57 CBOR_INT_8, enumerator
/netbsd-src/external/mit/libcbor/dist/test/
H A Dtype_1_test.c29 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_very_short_int()
43 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_short_int()
H A Dtype_0_test.c29 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_very_short_int()
49 assert_true(cbor_int_get_width(number) == CBOR_INT_8); in test_short_int()
H A Dassertions.c12 assert_true(cbor_int_get_width(item) == CBOR_INT_8); in assert_uint8()
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dcredman.c185 cbor_int_get_width(key) != CBOR_INT_8) { in credman_parse_metadata()
264 cbor_int_get_width(key) != CBOR_INT_8) { in credman_parse_rk()
315 cbor_int_get_width(key) != CBOR_INT_8 || in credman_parse_rk_count()
502 cbor_int_get_width(key) != CBOR_INT_8) { in credman_parse_rp()
543 cbor_int_get_width(key) != CBOR_INT_8 || in credman_parse_rp_count()
H A Dbio.c155 cbor_int_get_width(key) != CBOR_INT_8) { in decode_template()
203 cbor_int_get_width(key) != CBOR_INT_8 || in bio_parse_template_array()
351 cbor_int_get_width(key) != CBOR_INT_8) { in bio_parse_enroll_status()
385 cbor_int_get_width(key) != CBOR_INT_8 || in bio_parse_template_id()
656 cbor_int_get_width(key) != CBOR_INT_8) { in bio_parse_info()
H A Dauthkey.c16 cbor_int_get_width(key) != CBOR_INT_8 || in parse_authkey()
H A Dinfo.c117 cbor_int_get_width(item) != CBOR_INT_8) { in decode_protocol()
289 cbor_int_get_width(key) != CBOR_INT_8) { in parse_reply_element()
H A Deddsa.c81 cbor_int_get_width(key) != CBOR_INT_8) in decode_pubkey_point()
H A Dcbor.c942 cbor_int_get_width(key) == CBOR_INT_8) { in find_cose_alg()
966 cbor_int_get_width(key) == CBOR_INT_8) { in find_cose_alg()
1157 cbor_int_get_width(val) != CBOR_INT_8) { in decode_cred_extension()
1172 cbor_int_get_width(val) != CBOR_INT_8) { in decode_cred_extension()
H A Dpin.c275 cbor_int_get_width(key) != CBOR_INT_8 || in parse_uv_token()
527 cbor_int_get_width(key) != CBOR_INT_8 || in parse_retry_count()
H A Des384.c42 cbor_int_get_width(key) != CBOR_INT_8) in decode_pubkey_point()
H A Drs256.c91 cbor_int_get_width(key) != CBOR_INT_8) in decode_rsa_pubkey()
H A Dlargeblob.c192 cbor_int_get_width(key) != CBOR_INT_8 || in parse_largeblob_reply()
283 cbor_int_get_width(key) != CBOR_INT_8) { in largeblob_do_decode()
H A Dassert.c23 cbor_int_get_width(key) != CBOR_INT_8 || in adjust_assert_count()
57 cbor_int_get_width(key) != CBOR_INT_8) { in parse_assert_reply()
H A Des256.c44 cbor_int_get_width(key) != CBOR_INT_8) in decode_pubkey_point()
H A Dcred.c24 cbor_int_get_width(key) != CBOR_INT_8) { in parse_makecred_reply()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.c84 cbor_int_get_width(item) != CBOR_INT_8) in unpack_byte()
/netbsd-src/external/mit/libcbor/dist/src/
H A Dcbor.c124 case CBOR_INT_8: in _cbor_copy_int()
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dlargeblob.c462 cbor_int_get_width(v[i].key) != CBOR_INT_8) in decode_blob_entry()