Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2174 std::string cipherConfig = CIPHER_CONFIG_SQL + cipherName + ";"; in SetCipherSettings() local
2175 int errCode = SQLiteUtils::ExecuteRawSQL(db, cipherConfig); in SetCipherSettings()