Lines Matching refs:SECURE
241 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
383 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
390 if (GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE) { in bl1_fwu_image_auth()
508 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
530 *handle = cm_get_context(SECURE); in bl1_fwu_image_execute()
532 *handle = smc_get_ctx(SECURE); in bl1_fwu_image_execute()
562 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_resume()
565 if (caller_sec_state == SECURE) { in bl1_fwu_image_resume()
576 resume_sec_state = SECURE; in bl1_fwu_image_resume()
580 (resume_sec_state == SECURE) ? "secure" : "normal"); in bl1_fwu_image_resume()
623 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_sec_image_done()
685 if ((!image_desc) || (GET_SECURITY_STATE(flags) == SECURE)) { in bl1_fwu_image_reset()
708 assert(GET_SECURITY_STATE(image_desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_reset()