Home
last modified time | relevance | path

Searched refs:TEEC_MEMREF_PARTIAL_INPUT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h181 TEEC_MEMREF_PARTIAL_INPUT = 0xd, enumerator
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h32 (((paramType) == TEEC_MEMREF_WHOLE) || ((paramType) == TEEC_MEMREF_PARTIAL_INPUT) || \
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c497 paramType = TEEC_MEMREF_PARTIAL_INPUT; in TranslateParamType()
568 diff = (uint32_t)TEEC_MEMREF_PARTIAL_INPUT - (uint32_t)TEEC_MEMREF_TEMP_INPUT; in TEEC_EncodeParam()
1574 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TEEC_CheckMemRef()
1593 …condition = (paramType == TEEC_MEMREF_PARTIAL_INPUT) || (paramType == TEEC_MEMREF_PARTIAL_OUTPUT) … in TEEC_CheckMemRef()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp137 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TEEC_CheckMemRef()
156 if ((paramType == TEEC_MEMREF_PARTIAL_INPUT) || in TEEC_CheckMemRef()
600 if (paramType == TEEC_MEMREF_PARTIAL_INPUT) { in TeecOptDecodePartialMem()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp582 case TEEC_MEMREF_PARTIAL_INPUT: in WriteOperation()