Home
last modified time | relevance | path

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

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