Searched refs:hash_offset (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_vbmeta_image.c | 116 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) || in avb_vbmeta_image_verify() 209 if (avb_safe_memcmp(authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 222 authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 263 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_vbmeta_image.h | 145 uint64_t hash_offset; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | vendor.c | 434 u16 data_offset, hash_offset, part_num; in vendor_storage_init() local 459 hash_offset = EMMC_VENDOR_HASH_OFFSET; in vendor_storage_init() 468 hash_offset = NAND_VENDOR_HASH_OFFSET; in vendor_storage_init() 476 hash_offset = FLASH_VENDOR_HASH_OFFSET; in vendor_storage_init() 485 hash_offset = FLASH_VENDOR_HASH_OFFSET; in vendor_storage_init() 515 vendor_info.hash = (u32 *)(buffer + hash_offset); in vendor_storage_init()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 564 digest_offset = auth_offset + vbmeta_header.hash_offset 2101 self.algorithm_type, self.hash_offset, self.hash_size, 2124 self.hash_offset = 0 2163 self.hash_offset, self.hash_size, self.signature_offset, 3192 h.hash_offset = 0
|