Searched refs:cipherConfig (Results 1 – 1 of 1) sorted by relevance
2174 std::string cipherConfig = CIPHER_CONFIG_SQL + cipherName + ";"; in SetCipherSettings() local2175 int errCode = SQLiteUtils::ExecuteRawSQL(db, cipherConfig); in SetCipherSettings()