Searched refs:ehdrloc (Results 1 – 2 of 2) sorted by relevance
224 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()
259 uintptr_t ehdrloc; /* ESBC Header location */ member