Searched refs:img_addr (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/plat/intel/soc/common/ |
| H A D | socfpga_vab.c | 74 uint64_t img_addr, mbox_data_addr; in socfpga_vab_authentication() local 83 img_addr = (uintptr_t)*p_image; in socfpga_vab_authentication() 84 img_sz = get_img_size((uint8_t *)img_addr, *p_size); in socfpga_vab_authentication() 97 sha384_start((uint8_t *)img_addr, img_sz, hash384, CHUNKSZ_PER_WD_RESET); in socfpga_vab_authentication() 98 cert_hash_ptr = (uint8_t *)(img_addr + img_sz + VAB_CERT_MAGIC_OFFSET + in socfpga_vab_authentication() 110 mbox_data_addr = img_addr + img_sz - sizeof(uint32_t); in socfpga_vab_authentication() 170 NOTICE("%s 0x%lx (%d bytes)\n", "Image Authentication passed at address", img_addr, img_sz); in socfpga_vab_authentication()
|
| /rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | csf_hdr.h | 41 uint64_t img_addr; /* 64 bit pointer to ESBC Image */ member 112 uint64_t img_addr; /* 64 bit pointer to ESBC Image */ member 152 int calc_img_hash(struct csf_hdr *hdr, void *img_addr, uint32_t img_size,
|
| /rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/ |
| H A D | csf_hdr_parser.c | 141 void *img_addr, uint32_t img_size, in calc_img_hash() argument 170 ret = hash_update(algo, ctx, (uint8_t *)(img_addr), img_size); in calc_img_hash()
|