Searched defs:password (Results 126 - 150 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/components/url_fixer/
H A Durl_fixer_unittest.cc34 const url::Component password; member in struct:SegmentCase
46 url::Component(), // password
56 url::Component(), // password
66 url::Component(), // password
76 url::Component(), // password
86 url::Component(), // password
96 url::Component(), // password
106 url::Component(), // password
116 url::Component(), // password
126 url::Component(10, 7), // password
[all...]
/external/chromium_org/components/wifi/
H A Dwifi_test.cc96 " [--password=<wifi_password>]"
114 std::string password = local
115 parsed_command_line.GetSwitchValueASCII("password");
154 // Optional properties (frequency, password) to use for connect or create.
165 if (!password.empty())
166 properties->SetString("WiFi.Passphrase", password);
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.h39 std::string password; member in struct:content::P2PPortAllocator::Config::RelayServerConfig
/external/chromium_org/crypto/
H A Dec_private_key_openssl.cc110 const std::string& password,
129 if (password.empty()) {
132 // would treat the password as an ASCII string to be converted to UCS-2
140 reinterpret_cast<const uint8_t*>(password.data()),
141 password.size()));
157 const std::string& password,
172 reinterpret_cast<const uint8_t*>(password.data()),
173 password.size(),
109 CreateFromEncryptedPrivateKeyInfo( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info) argument
156 ExportEncryptedPrivateKey( const std::string& password, int iterations, std::vector<uint8>* output) argument
H A Dmock_apple_keychain.h116 const char* password; member in struct:crypto::MockAppleKeychain::KeychainTestData
135 // Returns the value of the password set when |AddGenericPassword()| was
139 // Returns the number of allocations - deallocations for password data.
151 // Returns true if the keychain already contains a password that matches the
189 // Sets the password data and length for the item-th test item.
193 // Sets the password for the item-th test item. As with SetTestDataString,
240 // Tracks the allocations and frees of password data in |FindGenericPassword|
244 // Records the password being set when |AddGenericPassword()| gets called.
H A Dp224_spake.cc99 PeerType peer_type, const base::StringPiece& password)
112 // Calculate |password| hash to get SPAKE password value.
113 SHA256HashString(std::string(password.data(), password.length()),
98 P224EncryptedKeyExchange( PeerType peer_type, const base::StringPiece& password) argument
/external/chromium_org/net/http/
H A Dhttp_auth_handler_digest_unittest.cc391 const char* password; member in struct:net::__anon9271
396 { // MD5 with username/password
405 "foo", "bar", // username/password
417 { // MD5 with username but empty password. username has space in it.
426 "foo bar", "", // Username/password
447 "", "pass", // Username/password
459 { // MD5 with no username and no password.
468 "", "", // Username/password
487 "FooBar", "pass", // Username/password
505 "USER", "123", // Username/password
[all...]
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
H A DAccountManagerDelegate.java38 boolean addAccountExplicitly(Account account, String password, Bundle userdata); argument
45 void setPassword(Account account, String password); argument
H A DSystemAccountManagerDelegate.java71 public boolean addAccountExplicitly(Account account, String password, Bundle userdata) { argument
72 return mAccountManager.addAccountExplicitly(account, password, userdata);
87 public void setPassword(Account account, String password) { argument
88 mAccountManager.setPassword(account, password);
/external/chromium_org/sync/util/
H A Dnigori.cc69 const std::string& password) {
87 password, raw_user_salt, kUserIterations, kDerivedKeySizeInBits));
92 password, raw_user_salt, kEncryptionIterations, kDerivedKeySizeInBits));
97 SymmetricKey::HMAC_SHA1, password, raw_user_salt, kSigningIterations,
67 InitByDerivation(const std::string& hostname, const std::string& username, const std::string& password) argument
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.h147 // Username. Specified in URLs with an @ sign before the host. See |password|
151 // Not all URLs with a username have a password, as in "http://me@host/".
152 // The password is separated form the username with a colon, as in
154 Component password; member in struct:url::Parsed
309 Component* password,
315 Component* password,
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
240 return Callback->CryptoGetTextPassword2(passwordIsDefined, password);
244 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword(BSTR *password) argument
247 return Callback->CryptoGetTextPassword(password);
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp43 static const char *kCrcFailedEncrypted = "CRC Failed in encrypted file. Wrong password?";
45 static const char *kDataErrorEncrypted = "Data Error in encrypted file. Wrong password?";
141 HRESULT CExtractCallbackConsole::SetPassword(const UString &password) argument
144 Password = password;
148 STDMETHODIMP CExtractCallbackConsole::CryptoGetTextPassword(BSTR *password) argument
155 return StringToBstr(Password, password);
177 "Can not open encrypted archive. Wrong password?" :
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) argument
199 *password = NULL;
217 return StringToBstr(Password, password);
222 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword(BSTR *password) argument
224 *password = NULL;
239 return StringToBstr(Password, password);
/external/smack/src/org/apache/qpid/management/common/sasl/
H A DPlainSaslClient.java41 private byte password[]; field in class:PlainSaslClient
51 this.password = (byte[]) userInfo[1];
52 if (authenticationID == null || password == null)
54 throw new SaslException("PLAIN: authenticationID and password must be specified");
73 password.length +
87 System.arraycopy(password, 0, response, size, password.length);
158 if (password != null)
160 for (int i = 0 ; i < password.length ; i++)
162 password[
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DServerTrustManager.java273 private final String password; field in class:ServerTrustManager.KeyStoreOptions
275 public KeyStoreOptions(String type, String path, String password) { argument
279 this.password = password;
291 return password;
298 result = prime * result + ((password == null) ? 0 : password.hashCode());
313 if (password == null) {
314 if (other.password != null)
316 } else if (!password
[all...]
/external/smack/src/org/jivesoftware/smack/sasl/
H A DSASLMechanism.java62 protected String password; field in class:SASLMechanism
77 * @param password the password for this account.
81 public void authenticate(String username, String host, String password) throws IOException, XMPPException { argument
87 this.password = password;
178 pcb.setPassword(password.toCharArray());
/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java155 * to retrieve for example to retrieve username/password used on an already registered
181 * A convenience method for retrieving the password of an existing accoung
182 * @return String describing the password
185 return getField("password");
199 * @param password String describing the password
203 public void register(String username, String password, Map<String,String> fields)throws XMPPException{ argument
212 register.setPassword(password);
243 * @param password String describing the password
246 register(String username, String password) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... protectionSpace private java.io.File file private String password private boolean needsSaving public void " href="/5.1.0 ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-javamail.jar ... javax.mail.Authenticator { private String user private String password public void " href="/5.1.0_r1/s? ...
/external/chromium_org/athena/system/
H A Dnetwork_selector.cc52 // The View for the user to enter the password for connceting to a network. This
131 void OnSetProfileSucceed(const base::string16& password) { argument
199 // contains the View for taking password for password-protected networks.
244 // If this is not a wifi network that needs a password, then ignore.
/external/chromium_org/chrome/browser/accessibility/
H A Daccessibility_events.cc212 bool password)
214 password_(password),
209 AccessibilityTextBoxInfo(Profile* profile, const std::string& name, const std::string& context, bool password) argument
H A Daccessibility_events.h254 bool password);
268 bool password() const { return password_; } function in class:AccessibilityTextBoxInfo
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.cc142 const std::string& password) {
140 ShowSigninScreenForCreds( const std::string& username, const std::string& password) argument
/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...]

Completed in 4993 milliseconds

1234567891011>>