Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_rekey_test.cpp176 auto newKeyPath = RDB_TEST_PATH + "key/" + name + ".pub_key.new"; in SaveNewKey() local
255 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
317 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
348 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
386 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
422 …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/relational_store/frameworks/native/rdb/src/
Dsqlite_connection.cpp127 std::string newKeyPath = keyFiles.GetKeyFile(RdbSecurityManager::PUB_KEY_FILE_NEW_KEY); in Collect() local