Home
last modified time | relevance | path

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

/external/avb/libavb/
Davb_vbmeta_image.c95 uint64_t block_total = sizeof(AvbVBMetaImageHeader); in avb_vbmeta_image_verify() local
96 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
97 !avb_safe_add_to(&block_total, h.auxiliary_data_block_size)) { in avb_vbmeta_image_verify()
101 if (block_total > length) { in avb_vbmeta_image_verify()