HomeSort by relevance Sort by last modified time
    Searched full:authenticator (Results 101 - 125 of 276) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_8/src/wps/
wps_validate.c 770 static int wps_validate_authenticator(const u8 *authenticator, int mandatory)
772 if (authenticator == NULL) {
774 wpa_printf(MSG_INFO, "WPS-STRICT: Authenticator "
935 "Authenticator attribute missing");
    [all...]
wps_i.h 149 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
268 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
wps_attr_parse.c 296 wpa_printf(MSG_DEBUG, "WPS: Invalid Authenticator "
300 attr->authenticator = pos;
369 "Authenticator length %u", len);
  /cts/tests/core/runner/src/android/test/
InstrumentationCtsTestRunner.java 36 import java.net.Authenticator;
251 Authenticator.setDefault(null);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 21 import java.net.Authenticator;
369 Authenticator.setDefault(new Authenticator() {
643 // Set up test Authenticator
644 Authenticator.setDefault(new Authenticator() {
671 // remove previously set authenticator
672 Authenticator.setDefault(null);
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.h 17 #include "chrome/browser/chromeos/login/authenticator.h"
37 class GoogleAuthenticator : public Authenticator, public GaiaAuthConsumer {
parallel_authenticator.h 18 #include "chrome/browser/chromeos/login/authenticator.h"
55 class ParallelAuthenticator : public Authenticator,
existing_user_controller.h 113 // provided by authenticator, it is not localized.
login_utils.cc 128 // Creates and returns the authenticator to use. The caller owns the returned
129 // Authenticator and must delete it when done.
130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer);
517 Authenticator* LoginUtilsImpl::CreateAuthenticator(
parallel_authenticator.cc 56 : Authenticator(consumer),
73 std::string canonicalized = Authenticator::Canonicalize(username);
101 new AuthAttemptState(Authenticator::Canonicalize(username),
252 new AuthAttemptState(Authenticator::Canonicalize(username),
  /external/wpa_supplicant/
todo.txt 34 - test what happens if authenticator sends EAP-Success before real EAP
50 - possibility to link in WPA Authenticator state machine to wpa_supplicant
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c 394 if (!radius_msg_add_mppe_keys(msg, request->hdr->authenticator,
413 request->hdr->authenticator) < 0) {
414 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
458 request->hdr->authenticator) < 0) {
459 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
530 os_memcmp(sess->last_authenticator, msg->hdr->authenticator, 16) ==
643 os_memcpy(sess->last_authenticator, msg->hdr->authenticator,
755 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 2 * Test program for combined WPA authenticator/supplicant
35 /* from authenticator */
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 2 * Test program for combined WPA authenticator/supplicant
35 /* from authenticator */
  /external/ppp/pppd/
chap_ms.c 270 * <auth_string> is the Authenticator Response (mutual auth)
362 /* Authenticator Response did not match expected. */
366 /* Authenticator Response matches. */
853 * Authenticator Response.
858 u_char authResponse[], int authenticator)
878 /* Generate the Authenticator Response. */
884 SetMasterKeys(secret, secret_len, response->NTResp, authenticator);
eap.h 128 struct eap_auth es_server; /* Server (authenticator) data */
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 263 + accountType + " no longer has a registered authenticator");
372 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator
374 types[i] = authenticator.type;
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpURLConnectionImpl.java 24 import java.net.Authenticator;
429 // use the global authenticator to get the password
430 PasswordAuthentication pa = Authenticator.requestPasswordAuthentication(
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 29 import java.net.Authenticator;
416 Authenticator.setDefault(new Authenticator() {
499 Authenticator.setDefault(new Authenticator() {
524 * (Authenticator was not set up in the system).
    [all...]
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c 222 * @aa: Authenticator address
378 * @aa: Authenticator address
  /external/wpa_supplicant_8/src/radius/
radius_server.c 582 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator,
600 hdr->authenticator) < 0) {
601 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
645 hdr->authenticator) <
647 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
719 radius_msg_get_hdr(msg)->authenticator, 16) == 0) {
833 os_memcpy(sess->last_authenticator, hdr->authenticator, 16);
945 RADIUS_DEBUG("Invalid Message-Authenticator from %s", abuf);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java 203 // adapter, using the authenticator to find general resources.
242 throw new IllegalStateException("Couldn't find authenticator for specific account type");
  /bionic/libc/kernel/common/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 60 * It should inspect the authenticator and verifier, and possibly the data.

Completed in 1099 milliseconds

1 2 3 45 6 7 8 91011>>