Searched defs:encryptKey (Results 1 – 5 of 5) sorted by relevance
94 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable108 auto encryptKey = CryptoManager::GetInstance().Encrypt({ }); variable121 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable
29 …const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMod… in RdbStoreConfig()337 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey()
336 int RdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()343 …ttach(const std::string &alias, const std::string &pathName, const std::vector<uint8_t> encryptKey) in Attach()
1410 int RdbStoreImpl::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()
3999 …diaLibraryRdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()