Home
last modified time | relevance | path

Searched refs:TEEC_MEMREF_TEMP_INPUT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
H A Dhks_teec.c121 TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT); in OpenSession()
165 case TEEC_MEMREF_TEMP_INPUT: in FillUpCommand()
223 case TEEC_MEMREF_TEMP_INPUT: in FillUpArgs()
319 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeGenerateKey()
366 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeImportKey()
385 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeExportPublicKey()
404 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeAgreeKey()
423 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeDeriveKey()
442 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeAttestKey()
466 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in ProcessInit()
[all …]
/ohos5.0/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_constants.h169 TEEC_MEMREF_TEMP_INPUT = 0x05, enumerator
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_inner.h28 (((paramType) == TEEC_MEMREF_TEMP_INPUT) || ((paramType) == TEEC_MEMREF_TEMP_OUTPUT) || \
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp576 case TEEC_MEMREF_TEMP_INPUT: in WriteOperation()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c568 diff = (uint32_t)TEEC_MEMREF_PARTIAL_INPUT - (uint32_t)TEEC_MEMREF_TEMP_INPUT; in TEEC_EncodeParam()
/ohos5.0/base/tee/tee_client/interfaces/kits/c/src/
H A Dtee_client.cpp682 if (paramType == TEEC_MEMREF_TEMP_INPUT) { in TeecOptDecodeTempMem()