Home
last modified time | relevance | path

Searched refs:flags_bytes (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/zcbor/src/
Dzcbor_common.c141 uint8_t *flags, size_t flags_bytes) in zcbor_new_state() argument
154 (void)flags_bytes; in zcbor_new_state()
173 state_array[0].constant_state->map_search_elem_state_end = flags + flags_bytes; in zcbor_new_state()
Dzcbor_decode.c1569 uint8_t *flags, size_t flags_bytes) argument
1571 zcbor_new_state(state_array, n_states, payload, payload_len, elem_count, flags, flags_bytes);