Home
last modified time | relevance | path

Searched defs:paramTypes (Results 1 – 13 of 13) sorted by relevance

/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/
Dhks_teec.c67 uint32_t paramTypes; member
242 static int32_t HksTeeCommand(uint32_t paramTypes, const struct HksParam params[MAX_TEE_PARAMS_NUMS], in HksTeeCommand()
273 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INOUT, TEEC_MEMREF_TEMP_INOUT, in HksTeeProvision() local
296 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_OUTPUT, TEEC_MEMREF_TEMP_INOUT, in HksTeeProvisionVerify() local
319 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeGenerateKey() local
338 …uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, TEEC_NONE, … in HksTeeCheckKeyLegality() local
352 …uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_OUTPUT, TEEC_NONE,… in HksTeeGenerateRandom() local
366 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeImportKey() local
385 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeExportPublicKey() local
404 uint32_t paramTypes = TEEC_PARAM_TYPES(TEEC_MEMREF_TEMP_INPUT, TEEC_MEMREF_TEMP_INPUT, in HksTeeAgreeKey() local
[all …]
/base/tee/tee_os_framework/test/xts/ta/test_client_api/src/
Dtee_test_task.c32 static TEE_Result TestTypeValue(uint32_t paramTypes, TEE_Param params[4]) in TestTypeValue()
75 static TEE_Result TestTypeBuffer(uint32_t paramTypes, TEE_Param params[4]) in TestTypeBuffer()
121 static TEE_Result TestAllType(uint32_t paramTypes, TEE_Param params[4]) in TestAllType()
/base/tee/tee_os_framework/test/xts/ta/test_crypto_api/src/
Doh_crypto_entry.c43 TEE_Result TA_OpenSessionEntryPoint(uint32_t paramTypes, TEE_Param params[4], void **sessionContext) in TA_OpenSessionEntryPoint()
52 TEE_Result TA_InvokeCommandEntryPoint(void *session_context, uint32_t cmd_id, uint32_t paramTypes, … in TA_InvokeCommandEntryPoint()
/base/tee/tee_os_framework/test/xts/ta/test_trusted_storage_api/src/
Doh_trusted_storage_entry.c45 TEE_Result TA_OpenSessionEntryPoint(uint32_t paramTypes, TEE_Param params[4], void **sessionContext) in TA_OpenSessionEntryPoint()
61 TEE_Result TA_InvokeCommandEntryPoint(void *session_context, uint32_t cmd_id, uint32_t paramTypes, … in TA_InvokeCommandEntryPoint()
/base/tee/tee_client/interfaces/inner_api/
Dtee_client_api.h60 #define TEEC_PARAM_TYPE_GET(paramTypes, index) \ argument
Dtee_client_type.h185 uint32_t paramTypes; member
/base/telephony/core_service/utils/vcard/src/
Dvcard_constructor.cpp530 std::vector<std::string> paramTypes; in AddPostalLine() local
764 auto paramTypes = VCardUtils::GetTypeFromPhoneLabelId(labelId); in AddTelLine() local
831 std::vector<std::string> paramTypes; in AddEmailLine() local
Dvcard_utils.cpp299 std::vector<std::string> paramTypes = {}; in GetTypeFromPhoneLabelId() local
/base/startup/init/services/param/adapter/
Dparam_dac.c72 } paramTypes[] = { in GetParamDacData() local
/base/tee/tee_os_framework/test/xts/ta/test_tcf_api/src/
Dtee_test_tcf.c533 static TEE_Result TestTypeBuffer(uint32_t paramTypes, TEE_Param params[4]) in TestTypeBuffer()
576 static TEE_Result TestShareMem(uint32_t paramTypes, TEE_Param params[4]) in TestShareMem()
/base/tee/tee_os_framework/lib/teelib/libteeos/src/tee/
Dtee_core_api.c841 …penTASession(const TEE_UUID *destination, uint32_t cancellationRequestTimeout, uint32_t paramTypes, in TEE_OpenTASession()
905uint32_t paramTypes, TEE_Param params[TEE_PARAM_NUM], uint32_t *returnOrigin) in TEE_InvokeTACommand()
/base/tee/tee_client/frameworks/include/
Dtc_ns_client.h69 unsigned int paramTypes; member
/base/tee/tee_os_framework/lib/teelib/libteeos/include/tee/
Dtee_defines.h148 #define TEE_PARAM_TYPE_GET(paramTypes, index) (((paramTypes) >> (4U * (index))) & 0x0F) argument