Searched refs:password (Results 101 - 125 of 833) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dsaslplainmechanism.h39 SaslPlainMechanism(const buzz::Jid user_jid, const rtc::CryptString & password) : argument
40 user_jid_(user_jid), password_(password) {}
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dimap4_tls.py18 username=None, password=None,
26 - username, password (SRP)
51 'password' argument.
53 @type password: str
54 @param password: SRP password for mutual authentication.
76 username, password,
H A Dpop3_tls.py16 username=None, password=None,
24 - username, password (SRP)
50 @type password: str
51 @param password: SRP password for mutual authentication.
75 username, password,
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStoreSpi.java44 public Key engineGetKey(String alias, char[] password) argument
61 public void engineSetKeyEntry(String alias, Key key, char[] password, argument
108 public void engineStore(OutputStream stream, char[] password) argument
120 public void engineLoad(InputStream stream, char[] password) argument
/external/chromium_org/chrome/browser/signin/
H A Dfake_signin_manager.cc52 const std::string& password,
55 set_password(password);
72 const std::string& password) {
74 std::string(), username, password, OAuthTokenFetchedCallback()); local
49 StartSignInWithRefreshToken( const std::string& refresh_token, const std::string& username, const std::string& password, const OAuthTokenFetchedCallback& oauth_fetched_callback) argument
71 SignIn(const std::string& username, const std::string& password) argument
/external/chromium_org/components/password_manager/content/common/
H A Dcredential_manager_types.h49 // Corresponds to WebLocalCredential's password property.
50 base::string16 password; member in struct:password_manager::CredentialInfo
/external/chromium_org/components/password_manager/core/browser/
H A Dlogin_model.h16 // Called by the model when a username,password pair has been identified
19 const base::string16& password) = 0;
/external/chromium_org/third_party/webrtc/base/
H A Dproxyinfo.h35 CryptString password; member in struct:rtc::ProxyInfo
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dform_based_credentials_backend.py61 def _SubmitLoginFormAndWait(self, action_runner, tab, username, password):
66 password = 'document.querySelector("#%s #%s").value = "%s"; ' % (
67 self.login_form_id, self.password_input_id, password)
69 tab.ExecuteJavaScript(password)
88 if 'username' not in config or 'password' not in config:
89 message = ('Credentials for "%s" must include username and password.' %
110 action_runner, tab, config['username'], config['password'])
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateKeyStoreSpi.java36 public Key engineGetKey(String alias, char[] password) { argument
63 String alias, Key key, char[] password, Certificate[] chain) {
119 public void engineStore(OutputStream stream, char[] password) { argument
124 public void engineLoad(InputStream stream, char[] password) { argument
62 engineSetKeyEntry( String alias, Key key, char[] password, Certificate[] chain) argument
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
26 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
54 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
/external/smack/src/org/jivesoftware/smack/
H A DUserAuthentication.java45 * @param cbh the CallbackHandler used to obtain authentication ID, password, or other
62 * @param password the password to send to the server.
67 String authenticate(String username, String password, String resource) throws argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
38 password = eap_get_config_password(sm, &password_len);
39 if (password == NULL) {
89 if (chap_md5(id, password, password_len, challenge, challenge_len,
H A Dmschapv2.h19 const u8 *password, size_t password_len,
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
38 password = eap_get_config_password(sm, &password_len);
39 if (password == NULL) {
89 if (chap_md5(id, password, password_len, challenge, challenge_len,
H A Dmschapv2.h19 const u8 *password, size_t password_len,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
38 password = eap_get_config_password(sm, &password_len);
39 if (password == NULL) {
89 if (chap_md5(id, password, password_len, challenge, challenge_len,
H A Dmschapv2.h19 const u8 *password, size_t password_len,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.h29 const std::string& password);
33 void SetCredentials(const std::string& username, const std::string& password);
105 const std::string& password);
/external/chromium_org/cloud_print/service/win/
H A Dservice_controller.h36 const base::string16& password,
41 const base::string16& password,
62 const base::string16& password,
/external/chromium_org/components/test/data/password_manager/
H A Dwebsitetest.py62 self.password = None
200 password to the DOM state.
203 Then, fills the input with the Website password.
206 selector: The password input CSS selector.
209 Exception: An exception is raised if the DOM value of the password is
215 # Chrome protects the password inputs and doesn't fill them until
222 if autofilled_password != self.password:
223 raise Exception("Error: autofilled password is different from the one "
227 self.password))
232 raise Exception("Error: password i
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Dpk11akey.cc51 SECItem* password,
64 password,
73 &epki->algorithm, &crypto_param, password);
48 ImportEncryptedECPrivateKeyInfoAndReturnKey( PK11SlotInfo* slot, SECKEYEncryptedPrivateKeyInfo* epki, SECItem* password, SECItem* nickname, SECItem* public_value, PRBool permanent, PRBool sensitive, SECKEYPrivateKey** private_key, void* wincx) argument
/external/chromium_org/net/base/
H A Dauth.h50 const base::string16& password);
53 // Set the |username| and |password|.
54 void Set(const base::string16& username, const base::string16& password);
62 // Overwrites the password memory to prevent it from being read if
67 const base::string16& password() const { return password_; } function in class:net::AuthCredentials
75 // The password to provide, possibly empty. This should be ASCII only to
/external/chromium_org/remoting/webapp/
H A Dxhr_proxy.js45 method, url, async, user, password) {
52 this.sandbox_ipc.password = password;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.h52 static String password(const KURL& url) { return url.pass(); } function in class:blink::DOMURLUtilsReadOnly
53 String password() { return password(url()); } function in class:blink::DOMURLUtilsReadOnly

Completed in 7916 milliseconds

1234567891011>>