Searched defs:password (Results 76 - 100 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.h61 void SetAuth(const base::string16& username, const base::string16& password);
104 const base::string16& password);
115 const base::string16& password);
138 // when later notifying the password manager if the credentials were accepted
143 // Points to the password manager owned by the WebContents requesting auth.
183 const base::string16& password)
186 password_(password) {}
188 const base::string16& password() const { return password_; } function in class:AuthSuppliedLoginNotificationDetails
194 // The password that was used for the authentication.
200 // Prompts the user for their username and password
181 AuthSuppliedLoginNotificationDetails(LoginHandler* handler, const base::string16& username, const base::string16& password) argument
[all...]
/external/chromium_org/chrome/browser/ui/passwords/
H A Dpassword_manager_presenter_unittest.cc63 const std::string& password);
78 const std::string& password) {
84 form->password_value = base::ASCIIToUTF16(password);
75 AddPasswordEntry( const GURL& origin, const std::string& user_name, const std::string& password) argument
/external/chromium_org/chrome/renderer/autofill/
H A Dpassword_generation_agent_browsertest.cc81 " <INPUT type = 'password' id = 'password'/> "
88 " <INPUT type = 'password' id = 'first_password' "
90 " <INPUT type = 'password' id = 'second_password' size = 5/> "
98 " <INPUT type = 'password' id = 'first_password'/> "
99 " <INPUT type = 'password' id = 'second_password' style='display:none'/> "
106 " <INPUT type = 'password' id = 'first_password'/> "
107 " <INPUT type = 'password' id = 'second_password'/> "
114 ExpectPasswordGenerationAvailable("password", false);
128 // This doesn't trigger because hidden password field
159 base::string16 password = base::ASCIIToUTF16("random_password"); local
191 base::string16 password = base::ASCIIToUTF16("random_password"); local
[all...]
/external/chromium_org/components/autofill/core/browser/crypto/
H A Drc4_decryptor.h26 explicit RC4Decryptor(wchar_t const* password) { argument
27 PrepareKey(reinterpret_cast<const uint8 *>(password),
28 wcslen(password) * sizeof(wchar_t));
/external/chromium_org/components/autofill/core/browser/
H A Dpassword_generator.cc26 // A helper function to get the length of the generated password from
27 // |max_length| retrieved from input password field.
35 // We want the password to have uppercase, lowercase, and at least one number.
36 bool VerifyPassword(const std::string& password) { argument
41 for (size_t i = 0; i < password.size(); ++i) {
42 if (password[i] >= kMinUpper && password[i] <= kMaxUpper)
44 if (password[i] >= kMinLower && password[i] <= kMaxLower)
46 if (password[
56 ForceFixPassword(std::string* password) argument
84 char password[255]; local
[all...]
/external/chromium_org/components/invalidation/
H A Dp2p_invalidation_service.cc40 const std::string& password) {
41 invalidator_->UpdateCredentials(username, password);
39 UpdateCredentials(const std::string& username, const std::string& password) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dstub_password_manager_driver.cc36 const base::string16& password) {
41 const base::string16& password) {
35 FillSuggestion(const base::string16& username, const base::string16& password) argument
39 PreviewSuggestion( const base::string16& username, const base::string16& password) argument
/external/chromium_org/components/wifi/
H A Dnetwork_properties.h40 // |password| field is used to pass wifi password for network creation via
43 std::string password; member in struct:wifi::NetworkProperties
/external/chromium_org/content/shell/browser/
H A Dshell_login_dialog.cc38 const base::string16& password) {
43 true, username, password));
81 base::ASCIIToUTF16(" requires a username and password.");
94 const base::string16& password) {
97 request_->SetAuth(net::AuthCredentials(username, password));
37 UserAcceptedAuth(const base::string16& username, const base::string16& password) argument
92 SendAuthToRequester(bool success, const base::string16& username, const base::string16& password) argument
/external/chromium_org/crypto/
H A Dsymmetric_key_nss.cc44 const std::string& password,
63 const_cast<char *>(password.data()));
64 password_item.len = password.size();
43 DeriveKeyFromPassword(Algorithm algorithm, const std::string& password, const std::string& salt, size_t iterations, size_t key_size_in_bits) argument
/external/chromium_org/jingle/glue/
H A Dutils.cc44 value.SetString("password", candidate.password());
69 std::string password; local
78 !dic_value->GetString("password", &password) ||
88 candidate->set_password(password);
/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/ppapi/c/dev/
H A Dppb_url_util_dev.h37 * the scheme doesn't include the trailing colon, the username and password
58 struct PP_URLComponent_Dev password; member in struct:PP_URLComponents_Dev
/external/chromium_org/third_party/boringssl/src/crypto/evp/
H A Dpbkdf.c61 int PKCS5_PBKDF2_HMAC(const char *password, int password_len, argument
74 if (password == NULL) {
79 password_len = strlen(password);
81 if (!HMAC_Init_ex(&hctx_tpl, password, password_len, digest, NULL)) {
134 int PKCS5_PBKDF2_HMAC_SHA1(const char *password, int password_len, argument
138 return PKCS5_PBKDF2_HMAC(password, password_len, salt, salt_len, iterations,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h59 const std::string& password) {
61 username, password);
89 const std::string& password);
55 Create( rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password) argument
H A Dtcpport.h54 const std::string& password,
58 username, password, allow_listen);
80 const std::string& password, bool allow_listen);
48 Create(rtc::Thread* thread, rtc::PacketSocketFactory* factory, rtc::Network* network, const rtc::IPAddress& ip, int min_port, int max_port, const std::string& username, const std::string& password, bool allow_listen) argument
/external/chromium_org/third_party/webrtc/base/
H A Dautodetectproxy.h45 const CryptString& password) {
48 proxy_.password = password;
44 set_auth_info(bool use_auth, const std::string& username, const CryptString& password) argument
/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/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
H A DSslUtil.java293 * @param password the password for the keystore
300 String keyManagerInstanceName, String fileName, String password)
305 ks.load(new FileInputStream(fileName), password.toCharArray());
306 km.init(ks, password.toCharArray());
317 * @param password password to apply to the new key store
324 String keyManagerInstanceName, String password)
335 password.toCharArray(), chain);
336 km.init(ks, password
299 getFileBackedKeyManagers( String keyManagerInstanceName, String fileName, String password) argument
323 generateTestServerKeyManager( String keyManagerInstanceName, String password) argument
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp117 STDMETHODIMP COpenCallbackImp::CryptoGetTextPassword(BSTR *password) argument
125 return getTextPassword->CryptoGetTextPassword(password);
129 return Callback->Open_CryptoGetTextPassword(password);
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DUserInfo.java51 /** password field
53 protected String password; field in class:UserInfo
89 if (this.password != null && other.password == null)
92 if (other.password != null && this.password == null)
95 if (this.password == other.password)
98 return (this.password.equals(other.password));
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DOkAuthenticator.java96 public static Credential basic(String userName, String password) { argument
98 String usernameAndPassword = userName + ":" + password;
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java103 System.out.println("Usage: SampleServer <keystore> <password> <root file> <port>");
108 String password = args[1];
112 SSLContext sslContext = sslContext(keystoreFile, password);
117 private static SSLContext sslContext(String keystoreFile, String password) argument
122 keystore.load(in, password.toCharArray());
128 keyManagerFactory.init(keystore, password.toCharArray());
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java186 * Creates a new account using the specified username and password. The server may
194 * @param password the password.
197 public void createAccount(String username, String password) throws XMPPException { argument
206 createAccount(username, password, attributes);
210 * Creates a new account using the specified username, password and account attributes.
215 * @param password the password.
220 public void createAccount(String username, String password, Map<String, String> attributes) argument
230 attributes.put("password",passwor
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java125 public void setPassword(String password){ argument
126 attributes.put("password", password);

Completed in 1558 milliseconds

1234567891011>>