Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/include/
Dzcbor_encode.h33 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states,
50 zcbor_new_encode_state(name, ZCBOR_ARRAY_SIZE(name), payload, payload_size, elem_count); \
/mcuboot-latest/boot/zcbor/src/
Dzcbor_encode.c610 void zcbor_new_encode_state(zcbor_state_t *state_array, size_t n_states, function
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c165 zcbor_new_encode_state(cbor_state, 2, (uint8_t *)bs_obuf, in reset_cbor_state()