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 D | hks_teec.c | 121 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 D | tee_client_constants.h | 169 TEEC_MEMREF_TEMP_INPUT = 0x05, enumerator
|
/ohos5.0/base/tee/tee_client/frameworks/include/ |
H A D | tee_client_inner.h | 28 (((paramType) == TEEC_MEMREF_TEMP_INPUT) || ((paramType) == TEEC_MEMREF_TEMP_OUTPUT) || \
|
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/ |
H A D | cadaemon_service.cpp | 576 case TEEC_MEMREF_TEMP_INPUT: in WriteOperation()
|
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 568 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 D | tee_client.cpp | 682 if (paramType == TEEC_MEMREF_TEMP_INPUT) { in TeecOptDecodeTempMem()
|