| /base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
| D | hks_teec.c | 67 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/ |
| D | tee_test_task.c | 32 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/ |
| D | oh_crypto_entry.c | 43 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/ |
| D | oh_trusted_storage_entry.c | 45 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/ |
| D | tee_client_api.h | 60 #define TEEC_PARAM_TYPE_GET(paramTypes, index) \ argument
|
| D | tee_client_type.h | 185 uint32_t paramTypes; member
|
| /base/telephony/core_service/utils/vcard/src/ |
| D | vcard_constructor.cpp | 530 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
|
| D | vcard_utils.cpp | 299 std::vector<std::string> paramTypes = {}; in GetTypeFromPhoneLabelId() local
|
| /base/startup/init/services/param/adapter/ |
| D | param_dac.c | 72 } paramTypes[] = { in GetParamDacData() local
|
| /base/tee/tee_os_framework/test/xts/ta/test_tcf_api/src/ |
| D | tee_test_tcf.c | 533 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/ |
| D | tee_core_api.c | 841 …penTASession(const TEE_UUID *destination, uint32_t cancellationRequestTimeout, uint32_t paramTypes, in TEE_OpenTASession() 905 … uint32_t paramTypes, TEE_Param params[TEE_PARAM_NUM], uint32_t *returnOrigin) in TEE_InvokeTACommand()
|
| /base/tee/tee_client/frameworks/include/ |
| D | tc_ns_client.h | 69 unsigned int paramTypes; member
|
| /base/tee/tee_os_framework/lib/teelib/libteeos/include/tee/ |
| D | tee_defines.h | 148 #define TEE_PARAM_TYPE_GET(paramTypes, index) (((paramTypes) >> (4U * (index))) & 0x0F) argument
|