Searched refs:cbor_map_is_definite (Results 1 – 17 of 17) sorted by relevance
56 if (cbor_map_is_definite(item)) { in _cbor_map_add_key()113 bool cbor_map_is_definite(const cbor_item_t* item) { in cbor_map_is_definite() function119 return !cbor_map_is_definite(item); in cbor_map_is_indefinite()
98 _CBOR_NODISCARD CBOR_EXPORT bool cbor_map_is_definite(const cbor_item_t* item);
131 size_t map_size = cbor_map_is_definite(item) in cbor_serialized_size()333 if (cbor_map_is_definite(item)) { in cbor_serialize_map()354 if (cbor_map_is_definite(item)) { in cbor_serialize_map()
45 assert_true(cbor_map_is_definite(map)); in test_simple_map()92 assert_true(cbor_map_is_definite(map)); in test_def_nested_map()116 assert_true(cbor_map_is_definite(map)); in test_streamed_key_map()138 assert_true(cbor_map_is_definite(map)); in test_streamed_kv_map()
346 assert_true(cbor_map_is_definite(copy)); in test_definite_map()363 assert_true(cbor_map_is_definite(copy)); in test_definite_indef_map()382 assert_true(cbor_map_is_definite(copy)); in test_definite_indef_map_nested()
147 cbor_map_is_definite(item) == false) { in cbor_parse_reply()989 cbor_map_is_definite(item) == false || in get_cose_alg()1184 cbor_map_is_definite(item) == false || in cbor_decode_attobj()1263 cbor_map_is_definite(item) == false || in decode_cred_extensions()1331 cbor_map_is_definite(item) == false || in decode_assert_extensions()1552 cbor_map_is_definite(item) == false || in cbor_decode_attstmt()1611 cbor_map_is_definite(item) == false || in cbor_decode_cred_id()1666 cbor_map_is_definite(item) == false || in cbor_decode_user()1712 cbor_map_is_definite(item) == false || in cbor_decode_rp_entity()
97 cbor_map_is_definite(item) == false) { in decode_options()195 cbor_map_is_definite(item) == false) { in decode_algorithm()269 cbor_map_is_definite(item) == false) { in decode_certs()
96 cbor_map_is_definite(item) == false || in eddsa_pk_decode()
74 cbor_map_is_definite(item) == false || in rs256_pk_decode()
59 cbor_map_is_definite(item) == false || in es384_pk_decode()
61 cbor_map_is_definite(item) == false || in es256_pk_decode()
185 cbor_map_is_definite(item) == false) { in decode_template_array()
314 if (!cbor_isa_map(item) || !cbor_map_is_definite(item)) { in largeblob_decode()
44 .. doxygenfunction:: cbor_map_is_definite
251 if (cbor_map_is_definite(item)) { in cbor_copy()522 if (cbor_map_is_definite(item)) { in _cbor_nested_describe()
85 if (cbor_map_is_definite(ctx->stack->top->item)) { in _cbor_builder_append()
454 cbor_map_is_definite(item) == false || in decode_blob_entry()