Lines Matching full:passphrase
1225 // Whether or not the Nigori node is encrypted using an explicit passphrase.
1231 // Try to set the current passphrase to |passphrase|, and record whether
1232 // it is an explicit passphrase or implicitly using gaia in the Nigori
1234 void SetPassphrase(const std::string& passphrase, bool is_explicit);
1491 // NIGORI was downloaded and the user must enter a new passphrase to decrypt)
1654 void SyncManager::SetPassphrase(const std::string& passphrase,
1656 data_->SetPassphrase(passphrase, is_explicit);
1946 const std::string& passphrase, bool is_explicit) {
1950 KeyParams params = {"localhost", "dummy", passphrase};
1954 VLOG(1) << "Passphrase failed to decrypt pending keys.";
1960 // TODO(tim): If this is the first time the user has entered a passphrase
1961 // since the protocol changed to store passphrase preferences in the cloud,
1967 // this passphrase get applied as soon as possible.
1970 VLOG(1) << "No pending keys, adding provided passphrase.";
1979 // set passphrase.
2483 // encrypted types or that we require a passphrase.
2506 // yet, prompt the user for a passphrase.