Searched refs:password (Results 51 - 75 of 833) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/
H A Dtpm_password_fetcher.cc17 // Interval between TPM password checks.
50 const std::string& password) {
52 if (password.empty()) {
55 // password is cleared after EULA is accepted.
56 LOG(ERROR) << "TPM returned an empty password.";
58 delegate_->OnPasswordFetched(password);
49 OnTpmGetPassword(DBusMethodCallStatus call_status, const std::string& password) argument
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager.cc33 base::string16 password; local
35 GetPasswordForUsername(username, fill_data, &password)) {
37 driver->FillSuggestion(username, password);
47 base::string16 password; local
49 GetPasswordForUsername(username, fill_data, &password)) {
51 driver->PreviewSuggestion(username, password);
148 base::string16* password) {
149 // TODO(dubroy): When password access requires some kind of authentication
151 // fetch the actual password. See crbug.com/178358 for more context.
155 *password
145 GetPasswordForUsername( const base::string16& current_username, const autofill::PasswordFormFillData& fill_data, base::string16* password) argument
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dastat.py5 ./astat.py [-s server_hostname] [-u username] [-p password]
52 password = options['-p']
54 password = getpass.getpass('password: ')
60 p.login(hostname, username, password)
H A Dssh_session.py14 "Session with extra state including the password to be used."
16 def __init__(self, user, host, password=None, verbose=0):
21 self.password = password
36 if attr == 'password':
37 outl += '\n\t'+attr+' : '+'*'*len(self.password)
56 if not self.password:
57 self.password = getpass.getpass('Remote password: ')
58 child.sendline(self.password)
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php34 Select a username and password. Leave password empty to get automatically
35 generated and machine managed password.<br>
37 Password: <input type="password" name="password"><br>
H A Dremediation.php15 This will provide a new machine-generated password.
/external/chromium_org/components/autofill/core/common/
H A Dpassword_form_fill_data.cc21 if (password != other.password)
22 return password < other.password;
41 // by the password autocomplete code.
48 password_field.form_control_type = "password";
64 value.password = iter->second->password_value;
76 key.password = iter->second->password_value;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJDKPKCS12StoreParameter.java37 public void setPassword(char[] password) argument
39 this.protectionParameter = new KeyStore.PasswordProtection(password);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker_tester.h35 // Sets the password text.
36 virtual void SetPassword(const std::string& password) = 0;
38 // Gets the password text.
41 // Emulates entring a password.
42 virtual void EnterPassword(const std::string& password) = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dlogin_prompt_cocoa.h26 - (void)autofillLogin:(NSString*)login password:(NSString*)password;
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.h66 const base::string16& password,
75 const base::string16& password);
/external/chromium_org/third_party/tlslite/tlslite/integration/
H A Dsmtp_tls.py14 username=None, password=None,
25 - username, password (SRP)
44 'password' argument.
46 @type password: str
47 @param password: SRP password for mutual authentication.
70 username, password,
H A Dxmlrpctransport.py32 username=None, password=None,
45 transport = XMLRPCTransport(user="alice", password="abra123")
50 - username, password (SRP)
73 'password' argument.
75 @type password: str
76 @param password: SRP password for mutual authentication.
107 username, password,
122 username=self.username, password=self.password,
[all...]
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py22 # googlecode.com password. This is NOT your Gmail account password!
23 # This is the password you use on googlecode.com for committing to
24 # Subversion and uploading files. You can find your password by going
59 def upload(file, project_name, user_name, password, summary, labels=None):
66 password: The googlecode.com password for your account.
67 Note that this is NOT your global Google Account password!
91 auth_token = base64.b64encode('%s:%s'% (user_name, password))
156 user_name=None, password
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DNTLMEngine.java67 * @param password Password
76 String password,
74 generateType3Msg( String username, String password, String domain, String workstation, String challenge) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DOpenSSLPBEParametersGenerator.java36 * @param password password to use.
40 byte[] password,
43 super.init(password, salt, 1);
47 * the derived key function, the ith hash of the password and the salt.
58 digest.update(password, 0, password.length);
83 * Generate a key parameter derived from the password, salt, and iteration
102 * the password, salt, and iteration count we are currently initialised
123 * Generate a key parameter for use with a MAC derived from the password,
39 init( byte[] password, byte[] salt) argument
[all...]
/external/chromium_org/chrome/browser/signin/
H A Dfake_signin_manager.h51 void set_password(const std::string& password) { password_ = password; } argument
53 void SignIn(const std::string& username, const std::string& password);
60 const std::string& password,
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Doobe.py44 def NavigateFakeLogin(self, username, password):
46 self._ExecuteOobeApi('Oobe.loginForTesting', username, password)
48 def NavigateGaiaLogin(self, username, password):
58 % (username, password),
H A Dcros_test_case.py22 self._password = options.browser_options.password
26 gaia_login=False, username=None, password=None):
48 if password is not None:
49 browser_options.password = password
84 username, password = f.read().rstrip().split(':')
85 return (username, password)
/external/lzma/CPP/7zip/UI/Console/
H A DList.h15 bool &passwordEnabled, UString &password,
/external/smack/src/org/jivesoftware/smackx/muc/
H A DInvitationListener.java36 * If the room is password-protected, the invitee will receive a password to use to join
43 * @param password the password to use when joining the room.
47 String password, Message message);
46 invitationReceived(Connection conn, String room, String inviter, String reason, String password, Message message) argument
/external/apache-http/src/org/apache/http/auth/
H A DNTCredentials.java57 private final String password; field in class:NTCredentials
63 * The constructor with the fully qualified username and password combined
66 * @param usernamePassword the domain/username:password formed string
71 throw new IllegalArgumentException("Username:password string may not be null");
77 this.password = usernamePassword.substring(atColon + 1);
80 this.password = null;
99 * @param password The password.
106 final String password,
114 this.password
104 NTCredentials( final String userName, final String password, final String workstation, final String domain) argument
[all...]
/external/chromium_org/third_party/boringssl/src/tool/
H A Dpkcs12.cc84 printf("Enter password: ");
87 char password[256]; local
90 n = read(0, &password[off], sizeof(password) - 1 - off);
94 } while ((n > 0 && memchr(password, '\n', off) == NULL &&
95 off < sizeof(password) - 1) ||
98 char *newline = reinterpret_cast<char*>(memchr(password, '\n', off));
110 if (!PKCS12_get_key_and_certs(&key, certs, &pkcs12, password)) {
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dadapter.js67 createIceServer = function(url, username, password) {
82 'credential': password,
89 'credential': password,
96 createIceServers = function(urls, username, password) {
102 password);
143 createIceServer = function(url, username, password) {
152 'credential': password,
159 createIceServers = function(urls, username, password) {
164 'credential': password,
170 password);
[all...]
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
H A Dadapter.js54 createIceServer = function(url, username, password) {
69 'credential': password,
76 'credential': password,
83 createIceServers = function(urls, username, password) {
89 password);
130 createIceServer = function(url, username, password) {
139 'credential': password,
146 createIceServers = function(urls, username, password) {
151 'credential': password,
157 password);
[all...]

Completed in 4665 milliseconds

1234567891011>>