Lines Matching refs:SECURE
248 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_copy()
385 if (GET_SECURITY_STATE(flags) == SECURE) { in bl1_fwu_image_auth()
392 if (GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE) { in bl1_fwu_image_auth()
522 (GET_SECURITY_STATE(flags) == SECURE) || in bl1_fwu_image_execute()
544 *handle = cm_get_context(SECURE); in bl1_fwu_image_execute()
546 *handle = smc_get_ctx(SECURE); in bl1_fwu_image_execute()
576 assert(GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE); in bl1_fwu_image_resume()
579 if (caller_sec_state == SECURE) { in bl1_fwu_image_resume()
590 resume_sec_state = SECURE; in bl1_fwu_image_resume()
594 (resume_sec_state == SECURE) ? "secure" : "normal"); in bl1_fwu_image_resume()
637 assert(GET_SECURITY_STATE(desc->ep_info.h.attr) == SECURE); in bl1_fwu_sec_image_done()
699 if ((desc == NULL) || (GET_SECURITY_STATE(flags) == SECURE)) { in bl1_fwu_image_reset()
723 == SECURE); in bl1_fwu_image_reset()