Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 24 of 24) sorted by relevance

/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_upgrade_key_accesser.c44 struct HksBlob *newKey) in HksDoUpgradeKeyAccess()
Dhks_upgrade_helper.c160 struct HksBlob newKey = { .size = 0, .data = NULL }; in HksChangeKeyOwner() local
Dhks_client_service.c176 struct HksBlob newKey = { .size = 0, .data = NULL }; in CheckAndUpgradeKeyIfNeed() local
1963 static int32_t HksMallocNewKey(struct HksBlob *newKey) in HksMallocNewKey()
1981 struct HksBlob newKey = { 0, NULL }; in HksServiceChangeStorageLevel() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/
Dhksrename_fuzzer.cpp39 struct HksBlob newKey = { sizeof(uint32_t), ReadData<uint8_t *>(data, size, sizeof(uint32_t)) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_ed25519_sign_verify_test.cpp134 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEd25519SignVerifyTestNormalCase() local
207 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEd25519SignVerifyTestNoDigestCase() local
264 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; variable
330 char newKey[] = "ED25519_Sign_Verify_Import_KeyAlias"; variable
Dhks_ecc_sign_verify_test_common.cpp95 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
Dhks_rsa_sign_verify_test_common.cpp71 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RsaSignVerifyTestNormalCase() local
243 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in RSASignVerifyTestAbnormalCase() local
Dhks_rsa_sign_verify_part8_test.cpp413 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; variable
Dhks_dsa_sign_verify_test.cpp498 char newKey[] = "DSA_Sign_Verify_Import_KeyAlias"; in HksDsaSignVerifyTestNormalCase() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dscreen_off_time_plugin.cpp101 std::string newKey; in OnGetPolicy() local
Dpower_policy_plugin.cpp105 std::string newKey; in DealPowerSuspendPolicy() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_upgrade_key.c293 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey()
333 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey()
Dhks_core_service_key_operate_one_stage.c439 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksCoreUpgradeKey()
445 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksCoreUpgradeKey()
Dhks_core_interfaces.c162 struct HksBlob *newKey) in HuksHdiUpgradeKey()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_wrap_key_test.cpp307 char newKey[] = "test_import_tui"; variable
424 char newKey[] = "test_import_tui"; variable
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
Dhuks_hdi_access.c423 struct HuksBlob *newKey) in HdiProxyUpgradeKey()
433 struct HksBlob *newKey)) in ENABLE_CFI()
Dhuks_access.c281 struct HksBlob *newKey)) in ENABLE_CFI()
/base/print/print_fwk/services/scan_service/src/
Dscan_system_data.cpp365 std::string newKey = "TCP" + ip; in UpdateNetScannerByUuid() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_access_control_rsa_sign_verify_test_common.cpp432 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in AcRsaSignVerifyTestNormalCase() local
520 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in AcRsaSignVerifyTestAbnormalCase() local
/base/security/huks/test/unittest/huks_standard_test/module_test/mock/idl/src/
Dhuks_access_mock.c158 struct HksBlob *newKey)) in ENABLE_CFI()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp256 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
261 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
/base/inputmethod/imf/test/unittest/functional_test/
Dinputmethod_private_command_capi_test.cpp56 char newKey[] = "newKey"; in HWTEST_F() local
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhuks_hdi.h308 #define HDI_CONVERTER_FUNC_UPGRADEKEY(oldKey, paramSet, newKey, ret, func) \ argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinputmethod_controller_capi_test.cpp389 std::string newKey = "newKey"; variable