Searched refs:hash_offset (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_vbmeta_image.c | 96 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) || in avb_vbmeta_image_verify() 184 if (avb_safe_memcmp(authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 197 authentication_block + h.hash_offset, in avb_vbmeta_image_verify() 238 dest->hash_offset = avb_be64toh(dest->hash_offset); in avb_vbmeta_image_header_to_host_byte_order()
|
| H A D | avb_vbmeta_image.h | 124 uint64_t hash_offset; member
|
| /openbmc/u-boot/include/ |
| H A D | cros_ec.h | 103 int cros_ec_read_hash(struct udevice *dev, uint hash_offset,
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | pdb.h | 69 uint32_t hash_offset; member
|
| /openbmc/google-misc/subprojects/libcr51sign/src/ |
| H A D | libcr51sign.c | 281 uint32_t byte_count, region_count, image_size, hash_offset, digest_size; in validate_payload_regions() local 297 hash_offset = d_offset + sizeof(struct image_descriptor) + in validate_payload_regions() 374 rv = intf->read(ctx, hash_offset, in validate_payload_regions()
|
| /openbmc/u-boot/lib/ |
| H A D | tpm-v2.c | 1142 u32 hash_offset = offsetof(struct tpml_pcr_selection, selection) + in tpm2_get_pcr_info() local 1146 hash_offset + offsetof(struct tpms_pcr_selection, in tpm2_get_pcr_info() 1149 hash_offset + offsetof(struct tpms_pcr_selection, in tpm2_get_pcr_info() 1153 get_unaligned_be16(response + hash_offset); in tpm2_get_pcr_info()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | cros_ec.c | 502 int cros_ec_read_hash(struct udevice *dev, uint hash_offset, in cros_ec_read_hash() argument 509 p.offset = hash_offset; in cros_ec_read_hash() 532 p.offset = hash_offset; in cros_ec_read_hash()
|