Searched defs:newKeyPath (Results 1 – 3 of 3) sorted by relevance
176 auto newKeyPath = RDB_TEST_PATH + "key/" + name + ".pub_key.new"; in SaveNewKey() local255 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable317 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable348 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable386 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable422 …std::string newKeyPath = encryptedDatabaseKeyDir + RemoveSuffix(encryptedDatabaseName) + ".pub_key… variable
238 std::string newKeyPath = RDB_TEST_PATH + "key/" + +"encrypted.pub_key.new"; variable
127 std::string newKeyPath = keyFiles.GetKeyFile(RdbSecurityManager::PUB_KEY_FILE_NEW_KEY); in Collect() local