Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c139 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states, in zcbor_new_state() function
294 zcbor_new_state(state, n_states, payload, payload_len, elem_count, NULL, 0); in zcbor_entry_function()
Dzcbor_encode.c613 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
Dzcbor_decode.c1571 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes);
/mcuboot-latest/boot/zcbor/include/
Dzcbor_common.h320 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c513 zcbor_new_state(zsd, sizeof(zsd) / sizeof(zcbor_state_t), (uint8_t *)buf, len, 1, NULL, 0); in bs_set()
905 zcbor_new_state(zsd, sizeof(zsd) / sizeof(zcbor_state_t), (uint8_t *)buf, len, 1, NULL, 0); in bs_upload()
1214 zcbor_new_state(zsd, sizeof(zsd) / sizeof(zcbor_state_t), (uint8_t *)buf, len, 1, NULL, 0); in bs_echo()