Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h246 …static int UpdateCipherShaAlgo(sqlite3 *db, bool setWal, CipherType type, const CipherPassword &pa…
H A Dsqlite_utils.cpp503 errCode = UpdateCipherShaAlgo(db, setWal, type, passwd, iterTimes); in SetKey()
2360 int SQLiteUtils::UpdateCipherShaAlgo(sqlite3 *db, bool setWal, CipherType type, const CipherPasswor… in UpdateCipherShaAlgo() function in DistributedDB::SQLiteUtils