Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h183 TEEC_MEMREF_PARTIAL_OUTPUT = 0xe, enumerator
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h33 ((paramType) == TEEC_MEMREF_PARTIAL_OUTPUT) || ((paramType) == TEEC_MEMREF_PARTIAL_INOUT))
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c500 paramType = TEEC_MEMREF_PARTIAL_OUTPUT; in TranslateParamType()
1578 } else if (paramType == TEEC_MEMREF_PARTIAL_OUTPUT) { in TEEC_CheckMemRef()
1593 …ondition = (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.cpp141 } else if (paramType == TEEC_MEMREF_PARTIAL_OUTPUT) { in TEEC_CheckMemRef()
157 (paramType == TEEC_MEMREF_PARTIAL_OUTPUT) || in TEEC_CheckMemRef()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp583 case TEEC_MEMREF_PARTIAL_OUTPUT: in WriteOperation()