Home
last modified time | relevance | path

Searched refs:auth_mod_verify_img (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/include/drivers/auth/
H A Dauth_mod.h54 int auth_mod_verify_img(unsigned int img_id,
/rk3399_ARM-atf/drivers/renesas/common/auth/
H A Dauth_mod.c40 int auth_mod_verify_img(unsigned int img_id, void *ptr, unsigned int len) in auth_mod_verify_img() function
/rk3399_ARM-atf/common/
H A Dbl_common.c182 rc = auth_mod_verify_img(image_id, in load_auth_image_recursive()
/rk3399_ARM-atf/drivers/auth/
H A Dauth_mod.c468 int auth_mod_verify_img(unsigned int img_id, in auth_mod_verify_img() function
/rk3399_ARM-atf/bl1/
H A Dbl1_fwu.c448 result = auth_mod_verify_img(image_id, (void *)base_addr, total_size); in bl1_fwu_image_auth()
/rk3399_ARM-atf/drivers/renesas/common/io/
H A Dio_rcar.c452 rc = auth_mod_verify_img(img[i], (void *)dst, len); in load_bl33x()