Searched refs:password (Results 451 - 475 of 636) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_psk.c279 if (sm->user->password == NULL ||
281 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: invalid password in "
287 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {
418 if (sm->user == NULL || sm->user->password == NULL) {
419 wpa_printf(MSG_INFO, "EAP-PSK: Plaintext password not "
H A Deap_server_sake.c351 if (sm->user == NULL || sm->user->password == NULL ||
353 wpa_printf(MSG_INFO, "EAP-SAKE: Plaintext password with "
359 eap_sake_derive_keys(sm->user->password,
360 sm->user->password + EAP_SAKE_ROOT_SECRET_LEN,
H A Deap_server_ikev2.c44 sm->user->password == NULL) {
50 return sm->user->password;
H A Deap_server_wsc.c116 if (sm->user == NULL || sm->user->password == NULL) {
123 wpa_printf(MSG_DEBUG, "EAP-WSC: No AP PIN (password) "
127 cfg.pin = sm->user->password;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_pax.c374 if (sm->user->password == NULL ||
376 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PAX: invalid password in "
382 os_memcpy(data->ak, sm->user->password, EAP_PAX_AK_LEN);
459 if (sm->user == NULL || sm->user->password == NULL) {
460 wpa_printf(MSG_INFO, "EAP-PAX: Plaintext password not "
H A Deap_server_psk.c279 if (sm->user->password == NULL ||
281 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: invalid password in "
287 if (eap_psk_key_setup(sm->user->password, data->ak, data->kdk)) {
418 if (sm->user == NULL || sm->user->password == NULL) {
419 wpa_printf(MSG_INFO, "EAP-PSK: Plaintext password not "
H A Deap_server_sake.c351 if (sm->user == NULL || sm->user->password == NULL ||
353 wpa_printf(MSG_INFO, "EAP-SAKE: Plaintext password with "
359 eap_sake_derive_keys(sm->user->password,
360 sm->user->password + EAP_SAKE_ROOT_SECRET_LEN,
H A Deap_server_ikev2.c44 sm->user->password == NULL) {
50 return sm->user->password;
/external/chromium/chrome/browser/chromeos/login/
H A Duser_controller.cc304 const std::string& password) {
311 delegate_->Login(this, UTF8ToUTF16(password));
303 OnLogin(const std::string& username, const std::string& password) argument
H A Dwizard_accessibility_handler.cc259 if (textbox_info->password()) {
301 if (textbox_info->password()) {
/external/chromium/chrome/browser/sync/
H A Dsync_setup_flow.cc34 // Helper function to disable password sync.
228 const std::string& password,
231 service_->OnUserSubmittedAuth(username, password, captcha, access_code);
227 OnUserSubmittedAuth(const std::string& username, const std::string& password, const std::string& captcha, const std::string& access_code) argument
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc42 const std::wstring password)
43 : username_(username), password_(password) {}
332 // Testing for recovery from an incorrect password for the case where
374 // The request should be retried after the incorrect password is
41 AuthInfo(const std::wstring username, const std::wstring password) argument
/external/chromium/googleurl/src/
H A Dgurl.cc142 DCHECK(test_url.parsed_.password == parsed_.password);
/external/chromium/net/websockets/
H A Dwebsocket_job.cc140 const string16& password) {
142 socket_->RestartWithAuth(username, password);
138 RestartWithAuth( const string16& username, const string16& password) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/ppp/pppd/plugins/
H A Dwinbind.c481 * passwd -- password supplied by peer
492 char *password,
497 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
491 winbind_pap_auth(char *user, char *password, char **msgp, struct wordlist **paddrs, struct wordlist **popts) argument
/external/webkit/Source/WebCore/html/
H A DInputType.cpp93 map->add(InputTypeNames::password(), PasswordInputType::create);
733 const AtomicString& password() function in namespace:WebCore::InputTypeNames
735 DEFINE_STATIC_LOCAL(AtomicString, name, ("password"));
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.cpp119 DEFINE_STATIC_LOCAL(const AtomicString, password, ("password"));
120 return password;
198 ASSERT(!m_isPasswordField); // should never save/restore password fields
220 m_isPasswordField = (type == "password");
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp462 void WebRequest::setAuth(const string16& username, const string16& password) argument
466 m_request->SetAuth(username, password);
H A DWebUrlLoaderClient.cpp286 void WebUrlLoaderClient::setAuth(const std::string& username, const std::string& password) argument
296 string16 password16 = ASCIIToUTF16(password);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs86 out password :data_t, dealloc);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_ikev2.c50 sm->user->password == NULL) {
56 return sm->user->password;
H A Deap_wsc.c119 if (sm->user == NULL || sm->user->password == NULL) {
120 wpa_printf(MSG_INFO, "EAP-WSC: No AP PIN (password) "
125 cfg.pin = sm->user->password;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ikev2.c44 sm->user->password == NULL) {
50 return sm->user->password;
H A Deap_server_wsc.c116 if (sm->user == NULL || sm->user->password == NULL) {
123 wpa_printf(MSG_DEBUG, "EAP-WSC: No AP PIN (password) "
127 cfg.pin = sm->user->password;

Completed in 411 milliseconds

<<11121314151617181920>>