Home
last modified time | relevance | path

Searched defs:iterTimes (Results 1 – 3 of 3) 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()
/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/
H A Dsqlite_utils.cpp464 …SetKey(sqlite3 *db, CipherType type, const CipherPassword &passwd, bool setWal, uint32_t iterTimes) in SetKey()
2165 int SQLiteUtils::SetCipherSettings(sqlite3 *db, CipherType type, uint32_t iterTimes) in SetCipherSettings()
2296 …eUtils::SetKeyInner(sqlite3 *db, CipherType type, const CipherPassword &passwd, uint32_t iterTimes) in SetKeyInner()
2361 uint32_t iterTimes) in UpdateCipherShaAlgo()