Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_vbmeta_image.c89 if ((h.authentication_data_block_size & 0x3f) != 0 || in avb_vbmeta_image_verify()
97 if (!avb_safe_add_to(&block_total, h.authentication_data_block_size) || in avb_vbmeta_image_verify()
117 hash_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
123 signature_end > h.authentication_data_block_size) { in avb_vbmeta_image_verify()
174 auxiliary_block = authentication_block + h.authentication_data_block_size; in avb_vbmeta_image_verify()
256 dest->authentication_data_block_size = in avb_vbmeta_image_header_to_host_byte_order()
257 avb_be64toh(dest->authentication_data_block_size); in avb_vbmeta_image_header_to_host_byte_order()
H A Davb_descriptor.c79 avb_be64toh(header->authentication_data_block_size) + in avb_descriptor_foreach()
H A Davb_slot_verify.c827 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
922 vbmeta_header.authentication_data_block_size + in load_and_verify_vbmeta()
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_vbmeta_image.h137 uint64_t authentication_data_block_size; member
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py557 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
2100 self.authentication_data_block_size, self.auxiliary_data_block_size,
2121 self.authentication_data_block_size = 0
2161 self.authentication_data_block_size,
2421 header.authentication_data_block_size +
2443 header.authentication_data_block_size))
2468 header.authentication_data_block_size +
2542 + header.authentication_data_block_size
2553 key_offset += header.authentication_data_block_size
2669 size = (header.SIZE + header.authentication_data_block_size +
[all …]