Searched refs:zcbor_map_decode_bulk (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/boot_serial/src/ |
D | zcbor_bulk.h | 107 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map,
|
D | zcbor_bulk.c | 12 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map, in zcbor_map_decode_bulk() function
|
D | boot_serial.c | 463 ok = zcbor_map_decode_bulk(zsd, image_set_state_decode, ARRAY_SIZE(image_set_state_decode), in bs_set() 814 ok = zcbor_map_decode_bulk(zsd, image_upload_decode, ARRAY_SIZE(image_upload_decode), in bs_upload()
|