Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/lib/libavb/
A Davb_vbmeta_image.c70 if ((h.authentication_data_block_size & 0x3f) != 0 || in avb_vbmeta_image_verify()
78 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
98 hash_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
104 signature_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
155 auxiliary_block = authentication_block + h.authentication_data_block_size; in avb_vbmeta_image_verify()
232 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
233 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
A Davb_vbmeta_image.h116 uint64_t authentication_data_block_size; member
A Davb_descriptor.c62 avb_be64toh(header->authentication_data_block_size) + in avb_descriptor_foreach()
A Davb_slot_verify.c800 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
895 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()

Completed in 8 milliseconds