Searched refs:zcbor_list_end_encode (Results 1 – 3 of 3) sorted by relevance
135 bool zcbor_list_end_encode(zcbor_state_t *state, size_t max_num);
481 zcbor_list_end_encode(cbor_state, 5); in bs_list()781 ok = zcbor_list_end_encode(cbor_state, BOOT_NUM_SLOTS); in bs_slot_info()808 ok = zcbor_list_end_encode(cbor_state, MCUBOOT_IMAGE_NUMBER) && in bs_slot_info()
436 bool zcbor_list_end_encode(zcbor_state_t *state, size_t max_num) function