Searched defs:encryptKey (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | crypto_manager_test.cpp | 95 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); in HWTEST_F() local 109 auto encryptKey = CryptoManager::GetInstance().Encrypt({ }); in HWTEST_F() local 122 auto encryptKey = CryptoManager::GetInstance().Encrypt(randomKey); in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_config.cpp | 335 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey() argument 343 RdbSecurityManager::GetInstance().RestoreKeyFile(GetPath(), encryptKey); in RestoreEncryptKey() local 26 RdbStoreConfig(const std::string &name, StorageMode storageMode, bool isReadOnly, const std::vector<uint8_t> &encryptKey, const std::string &journalMode, const std::string &syncMode, const std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool autoCheck, int journalSize, int pageSize) RdbStoreConfig() argument
|
H A D | rdb_store.cpp | 336 int RdbStore::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup() argument 343 int RdbStore::Attach(const std::string &alias, const std::string &pathName, const std::vector<uint8_t> encryptKey) in Attach() argument
|
H A D | rdb_store_impl.cpp | 1406 int RdbStoreImpl::Backup(const std::string &databasePath, const std::vector<uint8_t> &encryptKey) in Backup() argument
|
Completed in 7 milliseconds