Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/libavb/
H A Davb_vbmeta_image.c102 if (!avb_safe_add(&signature_end, h.signature_offset, h.signature_size) || in avb_vbmeta_image_verify()
195 authentication_block + h.signature_offset, in avb_vbmeta_image_verify()
241 dest->signature_offset = avb_be64toh(dest->signature_offset); in avb_vbmeta_image_header_to_host_byte_order()
H A Davb_vbmeta_image.h129 uint64_t signature_offset; member
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c642 signature_offset; in validate_descriptor() local
766 rv = get_signature_field_offset(signature_scheme, &signature_offset); in validate_descriptor()
771 signed_size += signature_offset; in validate_descriptor()
/openbmc/u-boot/include/
H A Dimx8image.h105 uint16_t signature_offset; member
/openbmc/u-boot/cmd/
H A Dotp.c204 u32 signature_offset; member
2645 signature = sec_image + sh->signature_offset; in otp_verify_boot_image()
2672 sh->signature_offset + sh->revision_high + sh->revision_low + in otp_verify_boot_image()
2678 printf("signature_offset: %x\n", sh->signature_offset); in otp_verify_boot_image()