Searched refs:zcbor_new_state (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/boot/zcbor/src/ |
D | zcbor_common.c | 139 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()
|
D | zcbor_encode.c | 613 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, NULL, 0);
|
D | zcbor_decode.c | 1571 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes);
|
/mcuboot-latest/boot/zcbor/include/ |
D | zcbor_common.h | 320 void zcbor_new_state(zcbor_state_t *state_array, size_t n_states,
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 513 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()
|