Searched refs:EAUTH (Results 1 – 11 of 11) sorted by relevance
34 case -EAUTH: in plat_error_handler()
24 case -EAUTH: in plat_arm_error_handler()
39 return -EAUTH; in plat_get_rotpk_info()
88 return ((nv_flags == -EAUTH) || (nv_flags == -ENOENT)); in plat_arm_bl1_fwu_needed()
68 return (!arm_io_is_toc_valid() || (((nv_flags == -EAUTH) || in plat_arm_bl1_fwu_needed()
146 #define EAUTH 80 /* Authentication error */ macro
183 return -EAUTH; in load_auth_image_recursive()
470 return -EAUTH; in bl1_fwu_image_auth()
458 return -EAUTH; in stm32_pka_ecdsa_verif_check_return()
352 : -EAUTH375 the -EAUTH error and sets the image state back to RESET.
1302 - ``-EAUTH``: a certificate or image could not be authenticated (when Trusted
Completed in 17 milliseconds