Lines Matching full:passphrase
781 // Called when user interaction is required to obtain a valid passphrase.
782 // If the passphrase is required to decrypt something that has
784 // |for_decryption| will be true. If the passphrase is needed for
789 // passphrase failed to decrypt pending keys. This is different from
791 // a passphrase. OnPassphraseRequired means we have data we could not
795 // Called when the passphrase provided by the user has been accepted and is
797 passphrase,
896 // Attempt to set the passphrase. If the passphrase is valid,
899 // passphrase gets applied as soon as possible.
900 // If the passphrase in invalid, OnPassphraseRequired will be fired.
902 // with a new passphrase.
904 // setting a passphrase as opposed to implicitly (from the users' perspective)
906 // *not* override an explicit passphrase set previously.
907 void SetPassphrase(const std::string& passphrase, bool is_explicit);
982 // Whether or not the Nigori node is encrypted using an explicit passphrase.