Home | History | Annotate | Download | only in glue

Lines Matching defs:SetPassphrase

219 void SyncBackendHost::SetPassphrase(const std::string& passphrase,
222 LOG(WARNING) << "Silently dropping SetPassphrase request.";
229 VLOG(1) << "Attempted to call SetPassphrase while already waiting for "
230 << " result from previous SetPassphrase call. Silently dropping.";
235 // If encryption is enabled and we've got a SetPassphrase
763 syncapi_->SetPassphrase(passphrase, is_explicit);