HomeSort by relevance Sort by last modified time
    Searched refs:password (Results 76 - 100 of 1553) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12StoreParameter.java 37 public void setPassword(char[] password)
39 this.protectionParameter = new KeyStore.PasswordProtection(password);
  /external/vboot_reference/scripts/image_signing/
set_chronos_password.sh 7 # Customizes a Chrome OS release image by setting the chronos user password.
16 local password=$2
17 echo "Setting chronos password..."
18 local crypted_password="$(echo $password | openssl passwd -1 -stdin)"
41 echo "Password is already set [use --force if you'd like to update it]"
50 echo "Password Set."
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCICEServer+JSON.m 14 static NSString const *kRTCICEServerPasswordKey = @"password";
29 password:credential];
34 NSString *password = dictionary[kRTCICEServerPasswordKey];
41 password:password];
  /external/webrtc/webrtc/libjingle/xmpp/
saslplainmechanism.h 22 SaslPlainMechanism(const buzz::Jid user_jid, const rtc::CryptString & password) :
23 user_jid_(user_jid), password_(password) {}
  /external/wpa_supplicant_8/hs20/server/www/
remediation.php 15 This will provide a new machine-generated password.
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiConfigControllerTest.java 136 final TextView password = mView.findViewById(R.id.password); local
137 assertThat(password).isNotNull();
138 password.setText(LONG_PSK);
145 final TextView password = mView.findViewById(R.id.password); local
146 assertThat(password).isNotNull();
147 password.setText(SHORT_PSK);
153 final TextView password = mView.findViewById(R.id.password); local
162 final TextView password = mView.findViewById(R.id.password); local
171 final TextView password = mView.findViewById(R.id.password); local
246 final TextView password = mView.findViewById(R.id.password); local
    [all...]
  /external/owasp/sanitizer/tools/
googlecode_upload.py 22 # 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=None, tries=3)
    [all...]
  /external/apache-http/src/org/apache/http/impl/auth/
NTLMEngine.java 67 * @param password Password
76 String password,
  /external/autotest/client/cros/power/
power_strip.py 12 def __init__(self, host, user='admn', password='admn'):
15 self.password = password
36 tn.read_until('Password: ')
37 tn.write(self.password + '\n')
  /external/autotest/server/site_tests/platform_CryptohomeSyncStressServer/
platform_CryptohomeSyncStressServer.py 14 def run_once(self, host, power_addr, outlet, username, password):
22 if password == None:
33 username=username, password=password)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
OpenSSLPBEParametersGenerator.java 36 * @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,
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/internal/
DefaultConsoleTest.java 19 char[] password = console.readPassword(false); local
20 Assert.assertEquals(password, "password1".toCharArray());
24 password = console.readPassword(false);
25 Assert.assertEquals(password, "password2".toCharArray());
  /external/libmicrohttpd/src/microhttpd/
basicauth.c 37 * Get the username and password from the basic authorization header sent by the client
40 * @param password a pointer for the password
47 char** password)
68 /* Find user:password pattern */
84 if (NULL != password)
86 *password = strdup (separator + 1);
87 if (NULL == *password)
91 "Failed to allocate memory for password\n");
  /external/webrtc/webrtc/base/
proxyinfo.h 35 CryptString password; member in struct:rtc::ProxyInfo
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
MockScrypt.java 31 public byte[] scrypt(byte[] password, byte[] salt, int n, int r, int p, int outLen) {
35 password.length + salt.length + Integer.BYTES * 6);
37 byteBuffer.putInt(password.length);
38 byteBuffer.put(password);
  /libcore/ojluni/src/main/java/javax/sql/
DataSource.java 91 * @param password the user's password
96 Connection getConnection(String username, String password)
  /packages/apps/Settings/src/com/android/settings/password/
ScreenLockSuggestionActivity.java 17 package com.android.settings.password;
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 56 /** Password */
57 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,
    [all...]
  /external/boringssl/src/tool/
pkcs12.cc 100 printf("Enter password: ");
103 char password[256]; local
106 n = BORINGSSL_READ(0, &password[off], sizeof(password) - 1 - off);
110 } while ((n > 0 && OPENSSL_memchr(password, '\n', off) == NULL &&
111 off < sizeof(password) - 1) ||
114 char *newline = reinterpret_cast<char *>(OPENSSL_memchr(password, '\n', off));
126 if (!PKCS12_get_key_and_certs(&key, certs.get(), &pkcs12, password)) {
  /external/skia/tools/lua/
trigger_ct_lua 21 '&password=%s'
27 def trigger_ct_run(user, password, description, script, skp_repo,
33 body = POST_DATA % (user, password, description, script_contents, skp_repo)
58 help=('File in which the CT password is stored. Will '
59 'prompt for password if not specified.'))
70 # Read the password from the password file, if provided, otherwise prompt.
73 password = f.read().rstrip()
75 password = getpass.getpass(
91 return (user, password, args.description, args.script, skp_repo
    [all...]
  /external/skqp/tools/lua/
trigger_ct_lua 21 '&password=%s'
27 def trigger_ct_run(user, password, description, script, skp_repo,
33 body = POST_DATA % (user, password, description, script_contents, skp_repo)
58 help=('File in which the CT password is stored. Will '
59 'prompt for password if not specified.'))
70 # Read the password from the password file, if provided, otherwise prompt.
73 password = f.read().rstrip()
75 password = getpass.getpass(
91 return (user, password, args.description, args.script, skp_repo
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
VirtualSignInActivity.kt 49 val password = custom_view.passwordText.toString()
50 val valid = isValidCredentials(username, password)
64 fun isValidCredentials(username: String?, password: String?): Boolean {
65 return username != null && password != null && username == password
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
VirtualSignInActivity.kt 49 val password = custom_view.passwordText.toString()
50 val valid = isValidCredentials(username, password)
64 fun isValidCredentials(username: String?, password: String?): Boolean {
65 return username != null && password != null && username == password
  /external/webrtc/webrtc/tools/loopback_test/
adapter.js 67 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...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
StandardSignInActivity.java 67 String password = mPasswordEditText.getText().toString(); local
68 boolean valid = isValidCredentials(username, password);
82 public boolean isValidCredentials(String username, String password) {
83 return username != null && password != null && username.equals(password);

Completed in 1475 milliseconds

1 2 34 5 6 7 8 91011>>