Home
last modified time | relevance | path

Searched refs:cbor_assert (Results 1 – 3 of 3) sorted by relevance

/mcuboot-2.7.6/boot/boot_serial/src/
Dcbor_common.h33 #define cbor_assert(expr, ...) \ macro
46 #define cbor_assert(...) macro
Dcbor_encode.c36 cbor_assert(false, NULL); in get_additional()
47 cbor_assert(additional < 32, NULL); in encode_header_byte()
106 cbor_assert(max_result_len <= 8, "Up to 8 bytes can be used to encode length.\n"); in get_result_len()
129 cbor_assert(max_result_len != 0, "0-length result not supported.\n"); in value_encode()
Dcbor_decode.c85 cbor_assert(result_len != 0, "0-length result not supported.\n"); in value_extract()
86 cbor_assert(result != NULL, NULL); in value_extract()
510 cbor_assert(result == NULL, in any_decode()