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

1 2 3 45 6

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h 119 char authenticator; member in struct:wan_ppp_conf
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 28 #include "chrome/browser/chromeos/login/auth/authenticator.h"
252 // Special case: supervised users. Use special authenticator.
272 // TODO(antrim) : migrate to new authenticator for all types of users.
276 base::Bind(&Authenticator::AuthenticateToUnlock,
457 void ScreenLocker::SetAuthenticator(Authenticator* authenticator) {
458 authenticator_ = authenticator;
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 29 import java.net.Authenticator;
97 Authenticator.setDefault(null);
728 Authenticator.setDefault(new SimpleAuthenticator());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
session_manager.cc 228 scoped_refptr<Authenticator> authenticator,
232 authenticator_ = authenticator;
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 17 package com.example.android.samplesync.authenticator;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 369 route.address.authenticator, response, route.proxy);
  /external/wpa_supplicant_8/src/radius/
radius.h 22 u8 authenticator[16]; member in struct:radius_hdr
radius_server.c 761 if (!radius_msg_add_mppe_keys(msg, hdr->authenticator,
820 hdr->authenticator) < 0) {
821 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
901 hdr->authenticator) < 0) {
902 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
946 hdr->authenticator) <
948 RADIUS_DEBUG("Failed to add Message-Authenticator attribute");
1020 radius_msg_get_hdr(msg)->authenticator, 16) == 0) {
1146 os_memcpy(sess->last_authenticator, hdr->authenticator, 16);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_i.h 183 int wps_process_authenticator(struct wps_data *wps, const u8 *authenticator,
wps_enrollee.c 462 /* Save a copy of the last message for Authenticator derivation
946 wps_process_authenticator(wps, attr->authenticator, msg) ||
1061 wps_process_authenticator(wps, attr->authenticator, msg) ||
1116 wps_process_authenticator(wps, attr->authenticator, msg)) {
1173 wps_process_authenticator(wps, attr->authenticator, msg)) {
    [all...]
wps_attr_parse.c 306 wpa_printf(MSG_DEBUG, "WPS: Invalid Authenticator "
310 attr->authenticator = pos;
379 "Authenticator length %u", len);
wps_registrar.c     [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils_browsertest.cc 23 #include "chrome/browser/chromeos/login/auth/authenticator.h"
400 scoped_refptr<Authenticator> authenticator = local
405 authenticator->CompleteLogin(ProfileHelper::GetSigninProfile(),
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_srvr.c 2366 krb5_data authenticator; local
    [all...]
d1_clnt.c 1051 krb5_data authenticator, *authp = NULL; local
1069 if (KRB5SENDAUTH) authp = &authenticator;
1110 ** optional authenticator omitted.
1119 /* KerberosWrapper.Authenticator */
1133 s2n(0,p);/* null authenticator length */
    [all...]
kssl.c 838 /* Return true:1 if p "looks like" the start of the real authenticator
909 /* Return pointer to start of real authenticator within authenticator, or
911 ** Decrypted authenticator looks like this:
    [all...]
s3_clnt.c 2408 krb5_data authenticator, *authp = NULL; local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 38 import java.net.Authenticator;
119 Authenticator.setDefault(null);
    [all...]
  /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);
  /external/openssl/ssl/
s3_srvr.c 2498 krb5_data authenticator; local
    [all...]
d1_clnt.c 1059 krb5_data authenticator, *authp = NULL; local
1077 if (KRB5SENDAUTH) authp = &authenticator;
1118 ** optional authenticator omitted.
1127 /* KerberosWrapper.Authenticator */
1141 s2n(0,p);/* null authenticator length */
    [all...]
kssl.c 838 /* Return true:1 if p "looks like" the start of the real authenticator
909 /* Return pointer to start of real authenticator within authenticator, or
911 ** Decrypted authenticator looks like this:
    [all...]
s3_clnt.c 2487 krb5_data authenticator, *authp = NULL; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 268 // Don't delete accounts when updating a authenticator's
406 + accountType + " no longer has a registered authenticator");
620 + " trying get authenticator types for " + userId);
628 for (AccountAuthenticatorCache.ServiceInfo<AuthenticatorDescription> authenticator
630 types[i] = authenticator.type;
    [all...]

Completed in 1767 milliseconds

1 2 3 45 6