HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 1 - 25 of 522) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ProxyAuthenticateHeader.java 4 String NAME = "Proxy-Authenticate";
WWWAuthenticateHeader.java 6 String NAME = "WWW-Authenticate";
  /development/samples/browseable/ConfirmCredential/
_index.jd 9 to authenticate the user before they are trying to complete some actions.
  /development/samples/browseable/FingerprintDialog/
_index.jd 8 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /external/wpa_supplicant_8/hostapd/
hostapd.deny 1 # List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
hostapd.accept 1 # List of MAC addresses that are allowed to authenticate (IEEE 802.11)
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUBinaryTest.java 77 ICUBinary.Authenticate authenticate local
78 = new ICUBinary.Authenticate() {
86 ICUBinary.readHeader(bytes, formatid, authenticate);
88 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
95 errln("Failed: Null authenticate object should pass ICUBinary.readHeader");
101 ICUBinary.readHeader(bytes, formatid, authenticate);
103 errln("Failed: Lenient authenticate object should pass ICUBinary.readHeader");
109 ICUBinary.readHeader(bytes, formatid, authenticate);
110 errln("Failed: Invalid version number should not pass authenticate object")
    [all...]
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
Authenticate.java 26 public final class Authenticate {
31 @Override public Request authenticate(Proxy proxy, Response response) {
41 return null; // Null indicates no attempt to authenticate.
56 new Authenticate().run();
  /external/apache-http/src/org/apache/http/auth/
AUTH.java 49 * The www authenticate challange header.
51 public static final String WWW_AUTH = "WWW-Authenticate";
54 * The www authenticate response header.
59 * The proxy authenticate challange header.
61 public static final String PROXY_AUTH = "Proxy-Authenticate";
64 * The proxy authenticate response header.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 16 VALUE Service-Type Authenticate-Only 8
  /hardware/libhardware/tests/fingerprint/
fingerprint_tests.cpp 48 ASSERT_TRUE(NULL != fp_device()->authenticate)
49 << "authenticate() function is not implemented";
  /external/ppp/pppd/
upap.h 54 #define UPAP_AUTHREQ 1 /* Authenticate-Request */
55 #define UPAP_AUTHACK 2 /* Authenticate-Ack */
56 #define UPAP_AUTHNAK 3 /* Authenticate-Nak */
84 #define UPAPCS_AUTHREQ 3 /* We've sent an Authenticate-Request */
94 #define UPAPSS_LISTEN 3 /* Listening for an Authenticate */
  /frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
FingerprintManagerCompat.java 92 public void authenticate(@Nullable CryptoObject crypto, int flags, method in class:FingerprintManagerCompat
95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler);
147 * Container for callback data from {@link FingerprintManagerCompat#authenticate(CryptoObject,
159 * @return crypto object provided to {@link FingerprintManagerCompat#authenticate(
166 * Callback structure provided to {@link FingerprintManagerCompat#authenticate(CryptoObject,
168 * FingerprintManagerCompat#authenticate(CryptoObject, int, CancellationSignal,
205 void authenticate(Context context, CryptoObject crypto, int flags, method in interface:FingerprintManagerCompat.FingerprintManagerCompatImpl
226 public void authenticate(Context context, CryptoObject crypto, int flags, method in class:FingerprintManagerCompat.LegacyFingerprintManagerCompatImpl
248 public void authenticate(Context context, CryptoObject crypto, int flags, method in class:FingerprintManagerCompat.Api23FingerprintManagerCompatImpl
250 FingerprintManagerCompatApi23.authenticate(context, wrapCryptoObject(crypto), flags
    [all...]
  /frameworks/base/docs/html/training/id-auth/
index.jd 42 <li>Authenticate the user to make sure they are who they say they are
45 <li>Add a custom account to the user's device to authenticate your own
56 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/res/values/
base-strings.xml 25 to authenticate the user before they are trying to complete some actions.
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /development/samples/browseable/ConfirmCredential/res/values/
base-strings.xml 25 to authenticate the user before they are trying to complete some actions.
  /development/samples/browseable/FingerprintDialog/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
basic.py 40 def authenticate(self, environ): member in class:AuthBasicAuthenticator
53 __call__ = authenticate
84 self.authenticate = AuthBasicAuthenticator(realm, authfunc)
89 result = self.authenticate(environ)
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 31 void authenticate(in String pkg, in byte[] token);
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/
filelist.mk 10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/
filelist.mk 10 HEADERS += $(MPL_DIR)/authenticate.h
29 SOURCES += $(MPL_DIR)/authenticate.c
  /developers/samples/android/security/FingerprintDialog/
template-params.xml 43 This sample demonstrates how you can use registered fingerprints to authenticate the user
79 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
85 This sample demonstrates how you can use registered fingerprints in your app to authenticate the user
93 use of the key only after the user authenticate it including when authenticated with the user's
97 [FingerprintManager.authenticate][4] with a [Cipher][5] initialized with the symmetric key created.
106 [4]: https://developer.android.com/reference/android/hardware/FingerprintManager#authenticate().html
  /external/selinux/policycoreutils/run_init/
run_init.c 17 * Set the USE_PAM constant if you want to authenticate users via PAM.
24 * entry so that even root must re-authenticate to run the init scripts
101 * This function uses PAM to authenticate the user running this
130 /* Ask PAM to authenticate the user running this program */
177 * This function uses the shadow passwd file to authenticate the user running
226 * Authenticate the user.
241 * Determine the Linux user identity to re-authenticate.
265 * Re-authenticate the user running this program.
377 * Step 2: Authenticate the user.
  /developers/build/prebuilts/gradle/FingerprintDialog/
README.md 5 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
10 This sample demonstrates how you can use registered fingerprints in your app to authenticate the user
18 use of the key only after the user authenticate it including when authenticated with the user's
22 [FingerprintManager.authenticate][4] with a [Cipher][5] initialized with the symmetric key created.
31 [4]: https://developer.android.com/reference/android/hardware/FingerprintManager#authenticate().html

Completed in 530 milliseconds

1 2 3 4 5 6 7 8 91011>>