Home
last modified time | relevance | path

Searched refs:SetEncryptKey (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_encrypt_decrypt_test.cpp230 config.SetEncryptKey(key); in HWTEST_F()
247 config.SetEncryptKey(wrongKey); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h87 int SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h187 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp606 auto errCode = SetEncryptKey(key, config); in SetEncrypt()
612 errCode = SetEncryptKey(newKey, config); in SetEncrypt()
632 int SqliteConnection::SetEncryptKey(const std::vector<uint8_t> &key, const RdbStoreConfig &config) in SetEncryptKey() function in OHOS::NativeRdb::SqliteConnection
1325 errCode = SetEncryptKey(key, config); in SetServiceKey()
H A Drdb_store_config.cpp335 void RdbStoreConfig::SetEncryptKey(const std::vector<uint8_t> &encryptKey) in SetEncryptKey() function in OHOS::NativeRdb::RdbStoreConfig
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp83 config.SetEncryptKey(decryptKey); in GetConfig()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h501 void SetEncryptKey(const std::vector<uint8_t> &encryptKey);

Completed in 7 milliseconds