Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.c53 uint8_t** out_image_buf, in load_full_partition() argument
59 avb_assert(*out_image_buf == NULL); in load_full_partition()
72 ops, part_name, image_size, out_image_buf, &part_num_read); in load_full_partition()
80 if (*out_image_buf != NULL) { in load_full_partition()
91 *out_image_buf = avb_malloc(image_size); in load_full_partition()
92 if (*out_image_buf == NULL) { in load_full_partition()
100 *out_image_buf, in load_full_partition()