Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_vbmeta_image.c96 uint64_t block_total = sizeof(AvbVBMetaImageHeader); in avb_vbmeta_image_verify() local
97 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
98 !avb_safe_add_to(&block_total, h.auxiliary_data_block_size)) { in avb_vbmeta_image_verify()
102 if (block_total > length) { in avb_vbmeta_image_verify()