Home
last modified time | relevance | path

Searched refs:ehdrloc (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/board/freescale/common/
Dfsl_validate.c224 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_srk_tbl()
262 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_single_key()
506 (u8 *)(uintptr_t)(img->ehdrloc + img->hdr.srk_tbl_off), in calc_img_key_hash()
565 (u8 *)(uintptr_t)(img->ehdrloc + img->hdr.srk_tbl_off), in calc_esbchdr_esbc_hash()
666 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_esbc_client_header()
908 img->ehdrloc = haddr; in fsl_secboot_validate()
910 esbc = (u8 *)img->ehdrloc; in fsl_secboot_validate()
/external/u-boot/include/
Dfsl_validate.h259 uintptr_t ehdrloc; /* ESBC Header location */ member