Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h446 TEE_ORIGIN_TRUSTED_APP); in Invoke_ProcessInvokeTAOpenSession()
674 if (!ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo)) in Invoke_OpenTASession()
697 if (!ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo)) in Invoke_InvokeTACommand()
718 ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo); in Invoke_CloseTASession()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_api_defines.h81 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Dtee_api_defines.h72 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Dtee_api_defines.h72 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dtee_api_defines.h72 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dtee_api_defines.h72 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dtee_api_defines.h99 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dtee_api_defines.h99 #define TEE_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/os_test/
H A Dos_test.c861 if (ret_orig != TEE_ORIGIN_TRUSTED_APP || res != TEE_ERROR_CANCEL) { in ta_entry_client_with_timeout()