Searched defs:encryptKey (Results 1 – 6 of 6) sorted by relevance
94 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable108 auto encryptKey = CryptoManager::GetInstance().Encrypt({ }); variable121 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); variable
30 …const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMod… in RdbStoreConfig()341 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey()
337 int RdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()344 …ttach(const std::string &alias, const std::string &pathName, const std::vector<uint8_t> encryptKey) in Attach()
1421 int RdbStoreImpl::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()
140 struct HksBlob encryptKey = { HKS_KEY_BLOB_MAIN_KEY_SIZE, encryptKeyData }; in GetDeriveKey() local
4156 …diaLibraryRdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup()