Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_vbmeta_image.h137 uint64_t authentication_data_block_size; member
/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/
H A Davbtool512 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
1863 self.authentication_data_block_size, self.auxiliary_data_block_size,
1882 self.authentication_data_block_size = 0
1919 self.required_libavb_version_minor, self.authentication_data_block_size,
1936 self.authentication_data_block_size,
2121 header.authentication_data_block_size))
2176 size = (header.SIZE + header.authentication_data_block_size +
2189 key_offset += h.authentication_data_block_size
2239 aux_block_offset = auth_block_offset + h.authentication_data_block_size
2275 data_size += h.authentication_data_block_size
[all …]