Searched refs:SetEncryptKey (Results 1 – 8 of 8) sorted by relevance
231 config.SetEncryptKey(key);248 config.SetEncryptKey(wrongKey);
88 int SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config);
89 int SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config);
615 auto errCode = SetEncryptKey(key, config); in SetEncrypt()621 errCode = SetEncryptKey(newKey, config); in SetEncrypt()641 int SqliteConnection::SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config) in SetEncryptKey() function in OHOS::NativeRdb::SqliteConnection1337 errCode = SetEncryptKey(key, config); in SetServiceKey()
341 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
186 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);
496 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);
83 config.SetEncryptKey(decryptKey); in GetConfig()