Searched refs:hash_offset (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/libavb/ |
A D | avb_vbmeta_image.c | 97 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) || in avb_vbmeta_image_verify() 185 if (avb_safe_memcmp(authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 198 authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 239 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
|
A D | avb_vbmeta_image.h | 124 uint64_t hash_offset; member
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 430 u32 hash_offset = offsetof(struct tpml_pcr_selection, selection) + in tpm2_get_pcr_info() local 434 hash_offset + offsetof(struct tpms_pcr_selection, in tpm2_get_pcr_info() 437 hash_offset + offsetof(struct tpms_pcr_selection, in tpm2_get_pcr_info() 441 get_unaligned_be16(response + hash_offset); in tpm2_get_pcr_info()
|
/u-boot/include/ |
A D | cros_ec.h | 114 int cros_ec_read_hash(struct udevice *dev, uint hash_offset,
|
/u-boot/drivers/misc/ |
A D | cros_ec.c | 527 int cros_ec_read_hash(struct udevice *dev, uint hash_offset, in cros_ec_read_hash() argument 534 p.offset = hash_offset; in cros_ec_read_hash() 557 p.offset = hash_offset; in cros_ec_read_hash()
|
Completed in 10 milliseconds