Searched refs:authentication_data_block_size (Results 1 – 4 of 4) sorted by relevance
70 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()
116 uint64_t authentication_data_block_size; member
62 avb_be64toh(header->authentication_data_block_size) + in avb_descriptor_foreach()
800 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