Home
last modified time | relevance | path

Searched defs:newKey (Results 1 - 25 of 70) sorted by relevance

123

/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_upgrade_key_accesser.c44 HksDoUpgradeKeyAccess(const struct HksBlob *oldKey, const struct HksParamSet *srcParamSet, struct HksBlob *newKey) HksDoUpgradeKeyAccess() argument
H A Dhks_upgrade_helper.c159 struct HksBlob newKey = { .size = 0, .data = NULL }; in HksChangeKeyOwner() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksrename_fuzzer/
H A Dhksrename_fuzzer.cpp39 struct HksBlob newKey = { sizeof(uint32_t), ReadData<uint8_t *>(data, size, sizeof(uint32_t)) }; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h222 ChangeDbFileForRestore( const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) ChangeDbFileForRestore() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsecurity_manager_test.cpp62 auto newKey = passwd.GetData(); in HWTEST_F() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/huks_master_test/
H A Dhuks_master_test.cpp220 HksBlob newKey; in HWTEST_F() local
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dscreen_off_time_plugin.cpp92 std::string newKey; in OnGetPolicy() local
H A Dpower_policy_plugin.cpp104 std::string newKey; in DealPowerSuspendPolicy() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_ecc_sign_verify_test_common.cpp95 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
H A Dhks_rsa_sign_verify_part8_test.cpp412 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in HWTEST_F() local
H A 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
H A Dhks_ed25519_sign_verify_test.cpp133 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEd25519SignVerifyTestNormalCase() local
190 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HWTEST_F() local
256 char newKey[] = "ED25519_Sign_Verify_Import_KeyAlias"; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbstore.h161 std::vector<uint8_t> newKey; member in OHOS::Relational::RdbStoreImpl
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/crypto_test/
H A Dcrypto_test.cpp222 HksBlob newKey; in HWTEST_F() local
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
H A Dhuks_signverify_ecc_test_common.cpp72 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HksEccSignVerifyTestNormalCase() local
H A Dhuks_signverify_dsa_test.cpp111 char newKey[] = "DSA_Sign_Verify_Import_KeyAlias"; in HksDsaSignVerifyTestNormalCase() local
H A Dhuks_signverify_rsa_test_common.cpp84 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in HksRsaSignVerifyTestNormalCase() local
147 char newKey[] = "RSA_Sign_Verify_Import_KeyAlias"; in HksRSASignVerifyTestAbnormalCase() local
H A Dhuks_signverify_ed25519_test.cpp116 char newKey[] = "ECC_Sign_Verify_Import_KeyAlias"; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_record_test.cpp383 Key newKey = {87, 68, 78}; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h223 Key newKey; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp106 DBStatus InterceptedDataImpl::ModifyKey(size_t index, const Key &newKey) in ModifyKey() argument
/third_party/ffmpeg/libavutil/
H A Dcast5.c462 uint8_t newKey[16]; in av_cast5_init() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp205 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.cpp227 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_upgrade_key.c292 int32_t HksUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey() argument
332 int32_t HksUpgradeKey(const struct HksBlob *oldKey, const struct HksParamSet *paramSet, struct HksBlob *newKey) in HksUpgradeKey() argument

Completed in 14 milliseconds

123