Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientApiLib.c333 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_OpenSession()
376 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_CloseSession()
400 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_InvokeCommand()
437 uint32_t TeecErrorOrigin = TEEC_ORIGIN_API; in TEEC_RequestCancellation()
H A DOpteeClientSMC.c61 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_OpenSession()
156 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_CloseSession()
204 *error_origin = TEEC_ORIGIN_API; in TEEC_SMC_InvokeCommand()
H A DOpteeClientRPC.c145 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdLoadTa()
183 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdLoadV2Ta()
227 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdFreeTa()
503 TeeSmc32Arg->ret_origin = TEEC_ORIGIN_API; in OpteeRpcCmdRpmb()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c616 eorig = TEEC_ORIGIN_API; in TEEC_OpenSession()
634 eorig = TEEC_ORIGIN_API; in TEEC_OpenSession()
698 eorig = TEEC_ORIGIN_API; in TEEC_InvokeCommand()
723 eorig = TEEC_ORIGIN_API; in TEEC_InvokeCommand()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h194 #define TEEC_ORIGIN_API 0x00000001 macro
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h169 #define TEEC_ORIGIN_API 0x00000001 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h202 #define TEEC_ORIGIN_API 0x00000001 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h202 #define TEEC_ORIGIN_API 0x00000001 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_test.c72 ADBG_ENUM_TABLE_ENTRY(TEEC_ORIGIN_API),