Searched refs:img_addr (Results 1 – 2 of 2) sorted by relevance
| /arch/arm/mach-socfpga/ |
| A D | secure_vab.c | 60 u64 img_addr, mbox_data_addr; in socfpga_vendor_authentication() local 66 img_addr = (uintptr_t)*p_image; in socfpga_vendor_authentication() 69 img_addr, *p_size); in socfpga_vendor_authentication() 71 img_sz = get_img_size((u8 *)img_addr, *p_size); in socfpga_vendor_authentication() 86 sha384_csum_wd((u8 *)img_addr, img_sz, hash384, CHUNKSZ_PER_WD_RESET); in socfpga_vendor_authentication() 88 cert_hash_ptr = (u8 *)(img_addr + img_sz + VAB_CERT_MAGIC_OFFSET + in socfpga_vendor_authentication() 100 mbox_data_addr = img_addr + img_sz - sizeof(u32); in socfpga_vendor_authentication() 161 img_addr, img_sz); in socfpga_vendor_authentication() 183 "Image Authentication passed at address", img_addr, img_sz); in socfpga_vendor_authentication()
|
| /arch/arm/mach-imx/ |
| A D | hab.c | 594 static ulong get_image_ivt_offset(ulong img_addr) in get_image_ivt_offset() argument 598 buf = map_sysmem(img_addr, 0); in get_image_ivt_offset() 602 return (image_get_image_size((struct legacy_img_hdr *)img_addr) in get_image_ivt_offset()
|
Completed in 6 milliseconds