Searched refs:zcbor_list_start_encode (Results 1 – 3 of 3) sorted by relevance
115 bool zcbor_list_start_encode(zcbor_state_t *state, size_t max_num);
290 zcbor_list_start_encode(cbor_state, 5); in bs_list()707 zcbor_list_start_encode(cbor_state, MCUBOOT_IMAGE_NUMBER); in bs_slot_info()716 zcbor_list_start_encode(cbor_state, BOOT_NUM_SLOTS); in bs_slot_info()
369 bool zcbor_list_start_encode(zcbor_state_t *state, size_t max_num) function