Home
last modified time | relevance | path

Searched refs:TEE_ORIGIN_TRUSTED_APP (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Dpseudo_ta.c151 ta_sess->err_origin = TEE_ORIGIN_TRUSTED_APP; in pseudo_ta_enter_open_session()
208 ta_sess->err_origin = TEE_ORIGIN_TRUSTED_APP; in pseudo_ta_enter_invoke_cmd()
H A Duser_ta.c203 ta_sess->err_origin = TEE_ORIGIN_TRUSTED_APP; in user_ta_enter()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h156 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/optee_os/lib/libutee/
H A Dtee_api.c465 if (ret_origin == TEE_ORIGIN_TRUSTED_APP) in TEE_InvokeTACommand()
516 if (ret_origin == TEE_ORIGIN_TRUSTED_APP) in __GP11_TEE_InvokeTACommand()