Home
last modified time | relevance | path

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

/u-boot/lib/libavb/
A Davb_vbmeta_image.c77 uint64_t block_total = sizeof(AvbVBMetaImageHeader); in avb_vbmeta_image_verify() local
78 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
79 !avb_safe_add_to(&block_total, h.auxiliary_data_block_size)) { in avb_vbmeta_image_verify()
83 if (block_total > length) { in avb_vbmeta_image_verify()

Completed in 2 milliseconds