Searched defs:passwords (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebPasswordFormUtils.h44 // Helper structure to locate username, passwords and submit fields.
47 Vector<WebCore::HTMLInputElement*> passwords; member in struct:WebKit::PasswordFormFields
/external/chromium/chrome/browser/sync/glue/
H A Dpassword_model_associator.cc51 std::vector<webkit_glue::PasswordForm*> passwords; local
52 if (!password_store_->FillAutofillableLogins(&passwords) ||
53 !password_store_->FillBlacklistLogins(&passwords)) {
54 STLDeleteElements(&passwords);
72 passwords.begin();
73 ix != passwords.end(); ++ix) {
89 STLDeleteElements(&passwords);
102 STLDeleteElements(&passwords);
115 STLDeleteElements(&passwords);
146 LOG(ERROR) << "Failed to write passwords
[all...]
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc1658 ListValue* passwords = new ListValue; local
1677 passwords->Append(password_val);
1680 return_value->Set("passwords", passwords);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4766 In order to securely handle user passwords for the purposes of creating session keys and chaining IVs the PKCS \#5 was drafted. PKCS \#5
4785 Where \textit{password} is the user's password. Since the algorithm allows binary passwords you must also specify the length in \textit{password\_len}.
4809 Where \textit{password} is the users password. Since the algorithm allows binary passwords you must also specify the length in \textit{password\_len}.

Completed in 191 milliseconds