Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c482 teeRet = TEEC_ERROR_BAD_PARAMETERS; in TranslateRetValue()
723 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_InitializeContextInner()
733 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_InitializeContextInner()
739 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_InitializeContextInner()
798 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_InitializeContext()
1611 return (TEEC_Result)TEEC_ERROR_BAD_PARAMETERS; in TEEC_CheckMemRef()
1785 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_EXT_UnregisterAgent()
1789 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_EXT_UnregisterAgent()
1809 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_SendSecfile()
1814 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_SendSecfile()
[all …]
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp125 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_CheckTmpRef()
134 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_CheckMemRef()
169 return TEEC_ERROR_BAD_PARAMETERS; in TEEC_CheckMemRef()
196 ret = TEEC_ERROR_BAD_PARAMETERS; in TEEC_CheckOperation()
357 return TEEC_ERROR_BAD_PARAMETERS; in InitializeContext()
799 return TEEC_ERROR_BAD_PARAMETERS; in TeecOptEncodeTempMem()
970 return TEEC_ERROR_BAD_PARAMETERS; in GetPartialMemSize()
980 return TEEC_ERROR_BAD_PARAMETERS; in GetPartialMemSize()
985 return TEEC_ERROR_BAD_PARAMETERS; in GetPartialMemSize()
1026 return TEEC_ERROR_BAD_PARAMETERS; in GetOptMemSize()
[all …]
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp525 return TEEC_ERROR_BAD_PARAMETERS; in CallGetBnContext()
669 return TEEC_ERROR_BAD_PARAMETERS; in TeecOptDecodePartialMem()
703 return TEEC_ERROR_BAD_PARAMETERS; in GetTeecOptMem()
872 return TEEC_ERROR_BAD_PARAMETERS; in CallGetBnSession()
879 return TEEC_ERROR_BAD_PARAMETERS; in CallGetBnSession()
992 ret = TEEC_ERROR_BAD_PARAMETERS; in RegisterSharedMemory()
1073 ret = TEEC_ERROR_BAD_PARAMETERS; in AllocateSharedMemory()
1124 return TEEC_ERROR_BAD_PARAMETERS; in ReleaseSharedMemory()
1130 return TEEC_ERROR_BAD_PARAMETERS; in ReleaseSharedMemory()
1277 return TEEC_ERROR_BAD_PARAMETERS; in SendSecfile()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h92 TEEC_ERROR_BAD_PARAMETERS = 0xFFFF0006, enumerator