Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_vbmeta_image.c69 if ((h.authentication_data_block_size & 0x3f) != 0 || in avb_vbmeta_image_verify()
77 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
97 hash_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
103 signature_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
154 auxiliary_block = authentication_block + h.authentication_data_block_size; in avb_vbmeta_image_verify()
231 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
232 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
H A Davb_vbmeta_image.h116 uint64_t authentication_data_block_size; member
H A Davb_descriptor.c60 avb_be64toh(header->authentication_data_block_size) + in avb_descriptor_foreach()
H A Davb_slot_verify.c680 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
755 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()