Home
last modified time | relevance | path

Searched refs:SetCipherSettings (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h237 static int SetCipherSettings(sqlite3 *db, CipherType type, uint32_t iterTimes);
H A Dsqlite_utils.cpp2165 int SQLiteUtils::SetCipherSettings(sqlite3 *db, CipherType type, uint32_t iterTimes) in SetCipherSettings() function in DistributedDB::SQLiteUtils
2305 errCode = SQLiteUtils::SetCipherSettings(db, type, iterTimes); in SetKeyInner()