Home
last modified time | relevance | path

Searched refs:iterTimes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelationaldb_properties.cpp42 …BProperties::SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes) in SetCipherArgs() argument
47 iterTimes_ = iterTimes; in SetCipherArgs()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h92 uint32_t iterTimes = DBConstant::DEFAULT_ITER_TIMES);
195 …ic int SetKeyInner(sqlite3 *db, CipherType type, const CipherPassword &passwd, uint32_t iterTimes);
237 static int SetCipherSettings(sqlite3 *db, CipherType type, uint32_t iterTimes);
247 uint32_t iterTimes);
H A Dsqlite_utils.cpp464 …SetKey(sqlite3 *db, CipherType type, const CipherPassword &passwd, bool setWal, uint32_t iterTimes) in SetKey() argument
472 int errCode = SetKeyInner(db, type, passwd, iterTimes); in SetKey()
503 errCode = UpdateCipherShaAlgo(db, setWal, type, passwd, iterTimes); in SetKey()
1023 properties.iterTimes); in GetVersion()
2137 properties.iterTimes); in SetDataBaseProperty()
2165 int SQLiteUtils::SetCipherSettings(sqlite3 *db, CipherType type, uint32_t iterTimes) in SetCipherSettings() argument
2180 errCode = SQLiteUtils::ExecuteRawSQL(db, KDF_ITER_CONFIG_SQL + std::to_string(iterTimes)); in SetCipherSettings()
2296 …eUtils::SetKeyInner(sqlite3 *db, CipherType type, const CipherPassword &passwd, uint32_t iterTimes) in SetKeyInner() argument
2305 errCode = SQLiteUtils::SetCipherSettings(db, type, iterTimes); in SetKeyInner()
2361 uint32_t iterTimes) in UpdateCipherShaAlgo() argument
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelationaldb_properties.h37 void SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h45 uint32_t iterTimes = DBConstant::DEFAULT_ITER_TIMES; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp69 option.iterTimes = properties.GetIterTimes(); in InitDataBaseOption()