Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c215 return TEEC_ERROR_GENERIC; in AddSessionList()
485 teeRet = TEEC_ERROR_GENERIC; in TranslateRetValue()
729 return TEEC_ERROR_GENERIC; in TEEC_InitializeContextInner()
745 return TEEC_ERROR_GENERIC; in TEEC_InitializeContextInner()
815 return TEEC_ERROR_GENERIC; in TEEC_InitializeContext()
1263 return TEEC_ERROR_GENERIC; in TEEC_RegisterSharedMemoryInner()
1380 ret = TEEC_ERROR_GENERIC; in TEEC_AllocateSharedMemoryInner()
1730 return (TEEC_Result)TEEC_ERROR_GENERIC; in TEEC_EXT_RegisterAgent()
1736 return (TEEC_Result)TEEC_ERROR_GENERIC; in TEEC_EXT_RegisterAgent()
1760 return TEEC_ERROR_GENERIC; in TEEC_EXT_WaitEvent()
[all …]
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h80 TEEC_ERROR_GENERIC = 0xFFFF0000, enumerator
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c94 return TEEC_ERROR_GENERIC; in TeecUuidInit()
100 return TEEC_ERROR_GENERIC; in TeecUuidInit()
110 return TEEC_ERROR_GENERIC; in OpenSession()
198 return TEEC_ERROR_GENERIC; in TeecRequestCmdInner()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp963 return TEEC_ERROR_GENERIC; in GetPartialMemSize()
1014 if (ret == TEEC_ERROR_GENERIC) { in GetOptMemSize()