Home
last modified time | relevance | path

Searched refs:GetEncryptKey (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp70 std::vector<uint8_t> key = config.GetEncryptKey(); in Repair()
125 config += RdUtils::GetEncryptKey(keys, keyBuff, keyBuffSize); in GetConfigStr()
153 std::vector<uint8_t> key = config.GetEncryptKey(); in InnerOpen()
219 std::vector<uint8_t> key = config.GetEncryptKey(); in ReSetKey()
295 std::vector<uint8_t> key = config_.GetEncryptKey(); in Backup()
307 std::vector<uint8_t> key = config_.GetEncryptKey(); in Restore()
H A Drd_utils.cpp462 const char *RdUtils::GetEncryptKey(const std::vector<uint8_t> &encryptedKey, char outBuff[], size_t outBufSize) in GetEncryptKey() function in OHOS::NativeRdb::RdUtils
487 info.hexPassword = (encryptedKey.size() > 0) ? GetEncryptKey(encryptedKey, key, keySize) : nullptr; in RdDbBackup()
508 info.hexPassword = (encryptedKey.size() > 0) ? GetEncryptKey(encryptedKey, key, keySize) : nullptr; in RdDbRestore()
529 info.hexPassword = (encryptedKey.size() > 0) ? GetEncryptKey(encryptedKey, key, keySize) : nullptr; in RdDbRekey()
H A Drdb_store_config.cpp354 std::vector<uint8_t> RdbStoreConfig::GetEncryptKey() const in GetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store_impl.cpp94 syncerParam_.password_ = config.GetEncryptKey(); in InitSyncerParam()
1470 std::vector<uint8_t> key = config_.GetEncryptKey(); in CreateBackupBindArgs()
1706 key = config.GetEncryptKey(); in Attach()
H A Dsqlite_connection.cpp604 std::vector<uint8_t> key = config.GetEncryptKey(); in SetEncrypt()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_utils.h64 static const char *GetEncryptKey(const std::vector<uint8_t> &encryptedKey, char outBuff[], size_t outBufSize);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h189 std::vector<uint8_t> GetEncryptKey() const;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h508 std::vector<uint8_t> GetEncryptKey() const;

Completed in 10 milliseconds