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

1 2 3 45 6 7 8 91011>>

  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/authenticator/
AuthenticatorActivityTest.java 16 package com.example.android.samplesync.authenticator;
  /external/e2fsprogs/lib/et/test_cases/
simple.c 14 N_( "Can't decode authenticator"),
heimdal.et 31 ec RD_AP_UNDEC, "Kerberos error: Can't decode authenticator"
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.h 2 * hostapd / IEEE 802.1X-2004 Authenticator
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 2 * hostapd / EAP-SIM database/authenticator gateway
eap_i.h 2 * hostapd / EAP Authenticator state machine internal structures (RFC 4137)
16 /* RFC 4137 - EAP Standalone Authenticator */
128 /* Full authenticator state machine local variables */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
svc_auth.h 43 * Server side authenticator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
svc_auth.h 43 * Server side authenticator
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_background.sgml 56 master session key for the Authenticator (AP) and Supplicant
61 keys between the Authenticator and Supplicant. This handshake is
62 also used to verify that both Authenticator and Supplicant know
  /system/connectivity/shill/ethernet/
ethernet.h 80 // credentials and a remote EAP authenticator is present) and initiate
114 // Invoked by |eap_listener_| when an EAP authenticator is detected.
156 // Track whether an EAP authenticator has been detected on this link.
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 62 throw new IllegalArgumentException("Request to the wrong authenticator!");
115 throw new IllegalArgumentException("Request to the wrong authenticator!");
170 throw new IllegalArgumentException("Request to the wrong authenticator!");
241 throw new IllegalArgumentException("Request to the wrong authenticator!");
293 throw new IllegalArgumentException("Request to the wrong authenticator!");
  /external/jetty/src/java/org/eclipse/jetty/security/authentication/
DeferredAuthentication.java 35 import org.eclipse.jetty.security.Authenticator;
53 public DeferredAuthentication(LoginAuthenticator authenticator)
55 if (authenticator == null)
56 throw new NullPointerException("No Authenticator");
57 this._authenticator = authenticator;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
OkHeaders.java 3 import com.squareup.okhttp.Authenticator;
281 public static Request processAuthHeader(Authenticator authenticator, Response response,
284 ? authenticator.authenticateProxy(proxy, response)
285 : authenticator.authenticate(proxy, response);
  /external/wpa_supplicant_8/src/wps/
wps_attr_build.c 166 "building authenticator");
170 /* Authenticator = HMAC-SHA256_AuthKey(M_prev || M_curr*)
171 * (M_curr* is M_curr without the Authenticator attribute)
179 wpa_printf(MSG_DEBUG, "WPS: * Authenticator");
363 wpa_printf(MSG_DEBUG, "WPS: * Key Wrap Authenticator");
wps_attr_parse.h 35 const u8 *authenticator; /* WPS_AUTHENTICATOR_LEN (8) octets */ member in struct:wps_parse_attr
  /docs/source.android.com/src/security/authentication/
index.jd 168 <td>Authenticator ID</td>
173 <td>Authenticator type</td>
203 <p><strong>Authenticator ID (ASID)</strong>: Identifier used to bind to a specific authenticator policy. All
207 <p><strong>Authenticator Type</strong>: Either Gatekeeper or Fingerprint, as follows:</p>
210 <th><strong>Authenticator Type</strong></th>
211 <th><strong>Authenticator Name</strong></th>
  /frameworks/base/obex/javax/obex/
ObexSession.java 55 protected Authenticator mAuthenticator;
61 * will cause the authenticator to handle the authentication challenge.
191 * will cause the authenticator to handle the authentication response.
  /cts/tests/tests/accounts/
AndroidManifest.xml 45 android:resource="@xml/authenticator" />
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 28 * Account authenticator with 1 hard coded account.
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
DummyAccountService.java 54 * Dummy Authenticator used in {@link SyncAdapter}. This does nothing for all the operations
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Authenticator.java 24 public interface Authenticator {
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 61 /* Authenticator response is not really needed yet, but calculate it
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 2 * IEEE 802.1X-2004 Authenticator - EAPOL state machine
  /frameworks/base/core/java/android/hardware/fingerprint/
IFingerprintService.aidl 71 // Gets the authenticator ID for fingerprint
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 33 import java.net.Authenticator;
113 Authenticator.setDefault(null);
    [all...]

Completed in 2683 milliseconds

1 2 3 45 6 7 8 91011>>