Searched refs:password (Results 151 - 175 of 833) sorted by relevance

1234567891011>>

/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc71 const base::string16& password) {
75 this, user, password));
112 const base::string16& password) {
115 request_->SetAuth(net::AuthCredentials(user, password));
70 Proceed(const base::string16& user, const base::string16& password) argument
111 ProceedOnIOThread(const base::string16& user, const base::string16& password) argument
/external/chromium_org/chrome/browser/ui/android/
H A Dchrome_http_auth_handler.cc52 const base::string16& password) {
58 ConvertUTF16ToJavaString(env, password);
67 jstring password) {
70 base::string16 password16 = ConvertJavaStringToUTF16(env, password);
50 OnAutofillDataAvailable( const base::string16& username, const base::string16& password) argument
64 SetAuth(JNIEnv* env, jobject, jstring username, jstring password) argument
H A Dchrome_http_auth_handler.h37 const base::string16& password);
43 // Submits the username and password to the observer.
44 void SetAuth(JNIEnv* env, jobject, jstring username, jstring password);
67 // e.g. "The server example.com:80 requires a username and password."
H A Dlogin_prompt_android.cc33 const base::string16& password) OVERRIDE {
37 username, password);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dpassword_generation_popup_controller.h25 // Desired height of the password section.
37 virtual base::string16 password() const = 0;
/external/chromium_org/chrome/browser/ui/
H A Dcrypto_module_password_dialog_nss.cc39 void GotPassword(const std::string& password);
84 void SlotUnlocker::GotPassword(const std::string& password) { argument
89 if (password.empty()) {
90 // User cancelled entering password. Oh well.
98 password.c_str());
100 // Incorrect password. Try again.
109 // Correct password (SECSuccess) or too many attempts/other failure
/external/chromium_org/chromeos/
H A Dtpm_password_fetcher.h17 // Interface which TpmPasswordFetcher uses to notify that password has been
25 // Class for fetching TPM password from the Cryptohome.
33 // Fetches TPM password and stores the result. Also notifies |delegate_| with
43 const std::string& password);
/external/chromium_org/components/os_crypt/
H A Die7_password_win.h20 // Encrypted data containing the username, password and some more undocumented
32 std::wstring password; member in struct:ie7_password::DecryptedCredentials
/external/chromium_org/components/password_manager/content/common/
H A Dcredential_manager_messages.h28 IPC_STRUCT_TRAITS_MEMBER(password)
/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/third_party/nss/
H A Dchromium-nss.h64 SECItem* password,
/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/third_party/skia/tools/
H A Dadd_codereview_message.py42 # Passing None for the email and password will result in a prompt or
44 my_rietveld = rietveld.Rietveld(RIETVELD_URL, email=None, password=None)
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_authenticator.cc68 Key key(attempt->password);
93 Key user_key(attempt->password);
115 const std::string& password) {
119 canonicalized, password, false));
130 const std::string& password) {
134 canonicalized, password, false));
145 const std::string& password,
150 canonicalized, password, true));
292 const std::string& password,
295 password(passwor
113 AuthenticateToMount( const std::string& username, const std::string& password) argument
128 AuthenticateToCreate( const std::string& username, const std::string& password) argument
143 AddMasterKey( const std::string& username, const std::string& password, const std::string& master_key) argument
290 AuthAttempt( const std::string& username, const std::string& password, bool add_key_attempt) argument
[all...]
H A Dsupervised_user_authentication.h19 // This is a class that encapsulates all details of password handling for
21 // Main property is the schema used to handle password. For now it can be either
22 // plain password schema, when plain text password is passed to standard
23 // cryprohome authentication algorithm without modification, or hashed password
24 // schema, when password is additioUpdateContextToChecknally hashed with
26 // Second schema is required to allow password syncing across devices for
62 // Fills |password_data| with |password|-specific data for |user_id|,
65 const std::string& password,
77 // Checks if given user should update password upo
[all...]
H A Dsupervised_user_creation_controller.h61 // |password| and avatar indexed by |avatar_index|. StartCreation() have to
64 const std::string& password,
68 // Existing user is identified by |sync_id|, has |display_name|, |password|,
71 const std::string& password,
79 // has password specified in |password_data| and
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMyKeyManagerFactorySpi.java38 protected void engineInit(KeyStore ks, char[] password) argument
41 if (password == null) {
42 throw new KeyStoreException("Incorrect password");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DPKCS5S1ParametersGenerator.java35 * the derived key function, the ith hash of the password and the salt.
41 digest.update(password, 0, password.length);
55 * Generate a key parameter derived from the password, salt, and iteration
80 * the password, salt, and iteration count we are currently initialised
107 * Generate a key parameter for use with a MAC derived from the password,
/external/chromium_org/chrome/browser/resources/gaia_auth/
H A Dkeyboard_ui.css8 input[type=password]:focus,
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css29 viewer-password-screen {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dupdate_server.py40 'Update github username/password (empty to skip)? ')
42 password = getpass.getpass() variable
54 contents.replace('PASSWORD = None', 'PASSWORD = \'%s\'' % password)
/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/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DTestHttpServerClient.java42 public static String getUrl(String path, String username, String password) { argument
43 return "http://" + username + ":" + password + "@localhost:" + SERVER_PORT + "/" + path;
/external/chromium_org/cloud_print/service/
H A Dservice_state.h29 const std::string& password,
35 const std::string& password);
/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

Completed in 4119 milliseconds

1234567891011>>