Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_slot_verify.c82 uint8_t** out_image_buf, in load_full_partition() argument
89 avb_assert(*out_image_buf == NULL); in load_full_partition()
102 ops, part_name, image_size, out_image_buf, &part_num_read, in load_full_partition()
111 if (*out_image_buf != NULL) { in load_full_partition()
122 *out_image_buf = avb_malloc(image_size); in load_full_partition()
123 if (*out_image_buf == NULL) { in load_full_partition()
131 *out_image_buf, in load_full_partition()