Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_vab.c70 int socfpga_vab_authentication(void **p_image, size_t *p_size) in socfpga_vab_authentication() argument
84 img_sz = get_img_size((uint8_t *)img_addr, *p_size); in socfpga_vab_authentication()
112 mbox_data_sz = (BYTE_ALIGN(*p_size - img_sz, sizeof(uint32_t))) >> 2; in socfpga_vab_authentication()
139 *p_size = img_sz; in socfpga_vab_authentication()
/rk3399_ARM-atf/plat/intel/soc/common/include/
H A Dsocfpga_vab.h52 int socfpga_vab_authentication(void **p_image, size_t *p_size);