Home
last modified time | relevance | path

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

/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_upgrade_key_accesser.c45 struct HksBlob *newKey) in HksDoUpgradeKeyAccess()
Dhks_upgrade_helper.c159 struct HksBlob newKey = { .size = 0, .data = NULL }; in HksChangeKeyOwner() local
Dhks_client_service.c362 struct HksBlob newKey = { .size = 0, .data = NULL }; in CheckAndUpgradeKeyIfNeed() local
2187 static int32_t HksMallocNewKey(struct HksBlob *newKey) in HksMallocNewKey()
2205 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.cpp133 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEd25519SignVerifyTestNormalCase() local
190 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; variable
256 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.cpp412 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/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_upgrade_key.c292 …pgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey()
332 …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/services/huks_standard/huks_service/main/os_dependency/idl/passthrough/
Dhuks_hdi_access.c373 struct HuksBlob *newKey) in HdiProxyUpgradeKey()
383 struct HksBlob *newKey)) in ENABLE_CFI()
Dhuks_access.c260 struct HksBlob *newKey)) in ENABLE_CFI()
/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.c159 struct HksBlob *newKey)) in ENABLE_CFI()
/base/print/print_fwk/services/scan_service/src/
Dscan_system_data.cpp412 std::string newKey = "TCP" + ip; in UpdateNetScannerByUuid() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp255 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
260 const std::vector<uint8_t> &newKey) in ChangeDbFileForRestore()
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhuks_hdi.h296 #define HDI_CONVERTER_FUNC_UPGRADEKEY(oldKey, paramSet, newKey, ret, func) \ argument
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinputmethod_controller_capi_test.cpp360 std::string newKey = "newKey"; variable