Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_vab.c40 int socfpga_vendor_authentication(void **p_image, size_t *p_size) in socfpga_vendor_authentication() argument
51 img_sz = get_img_size((uint8_t *)img_addr, *p_size); in socfpga_vendor_authentication()
81 mbox_data_sz = (BYTE_ALIGN(*p_size - img_sz, sizeof(uint32_t))) >> 2; in socfpga_vendor_authentication()
114 *p_size = img_sz; in socfpga_vendor_authentication()
/trusted-firmware-a-latest/plat/intel/soc/common/include/
Dsocfpga_vab.h49 int socfpga_vendor_authentication(void **p_image, size_t *p_size);