Searched refs:GetEncryptKey (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_connection.cpp | 70 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 D | rd_utils.cpp | 462 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 D | rdb_store_config.cpp | 354 std::vector<uint8_t> RdbStoreConfig::GetEncryptKey() const in GetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
|
H A D | rdb_store_impl.cpp | 94 syncerParam_.password_ = config.GetEncryptKey(); in InitSyncerParam() 1470 std::vector<uint8_t> key = config_.GetEncryptKey(); in CreateBackupBindArgs() 1706 key = config.GetEncryptKey(); in Attach()
|
H A D | sqlite_connection.cpp | 604 std::vector<uint8_t> key = config.GetEncryptKey(); in SetEncrypt()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rd_utils.h | 64 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 D | rdb_store_config.h | 189 std::vector<uint8_t> GetEncryptKey() const;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 508 std::vector<uint8_t> GetEncryptKey() const;
|
Completed in 10 milliseconds