/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 751 HttpAuthContext *& context, std::string& response, std::string& auth_method) 760 HttpHasNthAttribute(args, 0, &auth_method, NULL); 762 if (context && (context->auth_method != auth_method)) 766 if (_stricmp(auth_method.c_str(), "basic") == 0) { 772 context = new HttpAuthContext(auth_method); 782 response = auth_method; 792 if (_stricmp(auth_method.c_str(), "digest") == 0) { 798 context = new HttpAuthContext(auth_method); 847 ss << auth_method; local [all...] |
httpcommon.h | 442 std::string auth_method; member in struct:talk_base::HttpAuthContext 443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } 457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
|
socketadapters.cc | 456 std::string response, auth_method; local 459 user_, pass_, context_, response, auth_method)) { 461 LOG(LS_VERBOSE) << "Ignoring Proxy-Authenticate: " << auth_method; 464 unknown_mechanisms_.append(auth_method);
|
httpclient.cc | 750 std::string authorization, auth_method; local 760 context, authorization, auth_method); 775 LOG(INFO) << "Ignoring Proxy-Authenticate: " << auth_method;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 758 HttpAuthContext *& context, std::string& response, std::string& auth_method) 767 HttpHasNthAttribute(args, 0, &auth_method, NULL); 769 if (context && (context->auth_method != auth_method)) 773 if (_stricmp(auth_method.c_str(), "basic") == 0) { 779 context = new HttpAuthContext(auth_method); 789 response = auth_method; 799 if (_stricmp(auth_method.c_str(), "digest") == 0) { 805 context = new HttpAuthContext(auth_method); 854 ss << auth_method; local [all...] |
httpcommon.h | 442 std::string auth_method; member in struct:talk_base::HttpAuthContext 443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } 457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
|
socketadapters.cc | 456 std::string response, auth_method; local 459 user_, pass_, context_, response, auth_method)) { 461 LOG(LS_VERBOSE) << "Ignoring Proxy-Authenticate: " << auth_method; 464 unknown_mechanisms_.append(auth_method);
|
httpclient.cc | 783 std::string authorization, auth_method; local 793 context, authorization, auth_method); 808 LOG(INFO) << "Ignoring Proxy-Authenticate: " << auth_method;
|
/external/openssh/ |
monitor.c | 201 static char *auth_method = "unknown"; variable 382 auth_method = "unknown"; 389 !auth_root_allowed(auth_method)) 406 auth_log(authctxt, authenticated, auth_method, 428 if (strcmp(auth_method, "unknown") == 0) 869 auth_method = "none"; 871 auth_method = "password"; 930 auth_method = "bsdauth"; 979 auth_method = "skey"; 1069 auth_method = "keyboard-interactive/pam" [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 623 u8 auth_method; local 636 auth_method = auth[0]; 640 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); 645 return ikev2_process_auth_cert(data, auth_method, auth, 648 return ikev2_process_auth_secret(data, auth_method, auth, [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
ikev2.c | 655 u8 auth_method; local 668 auth_method = auth[0]; 672 wpa_printf(MSG_DEBUG, "IKEV2: Auth Method %d", auth_method); 677 return ikev2_process_auth_cert(data, auth_method, auth, 680 return ikev2_process_auth_secret(data, auth_method, auth,
|
eap_server_peap.c | 778 goto auth_method; 882 auth_method: [all...] |