Home
last modified time | relevance | path

Searched defs:newKeyPath (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_rekey_test.cpp182 auto newKeyPath = RDB_TEST_PATH + "key/" + name + ".pub_key.new"; in SaveNewKey() local
261 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
318 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
349 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
379 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
410 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
Drdb_encrypt_decrypt_test.cpp238 std::string newKeyPath = RDB_TEST_PATH + "key/" + +"encrypted.pub_key.new"; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dsecurity_manager.cpp114 auto newKeyPath = path + KEY_DIR + SLASH + name + SUFFIX_KEY_V1; in GetDBPassword() local
172 auto newKeyPath = path + KEY_DIR + SLASH + name + SUFFIX_KEY_V1; in DelDBPassword() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_connection.cpp143 std::string newKeyPath = keyFiles.GetKeyFile(RdbSecurityManager::PUB_KEY_FILE_NEW_KEY); in Collect() local