Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/drivers/auth/
Dauth_mod.h54 int auth_mod_verify_img(unsigned int img_id,
/trusted-firmware-a-latest/drivers/renesas/common/auth/
Dauth_mod.c40 int auth_mod_verify_img(unsigned int img_id, void *ptr, unsigned int len) in auth_mod_verify_img() function
/trusted-firmware-a-latest/common/
Dbl_common.c174 rc = auth_mod_verify_img(image_id, in load_auth_image_recursive()
/trusted-firmware-a-latest/drivers/auth/
Dauth_mod.c452 int auth_mod_verify_img(unsigned int img_id, in auth_mod_verify_img() function
/trusted-firmware-a-latest/bl1/
Dbl1_fwu.c445 result = auth_mod_verify_img(image_id, (void *)base_addr, total_size); in bl1_fwu_image_auth()
/trusted-firmware-a-latest/drivers/renesas/common/io/
Dio_rcar.c366 rc = auth_mod_verify_img(img[i], (void *)dst, len); in load_bl33x()