HomeSort by relevance Sort by last modified time
    Searched full:authenticate (Results 201 - 225 of 907) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 135 public Header authenticate( method in class:BasicScheme
147 return authenticate(credentials, charset, isProxy());
159 public static Header authenticate( method in class:BasicScheme
  /external/wpa_supplicant_8/src/common/
defs.h 202 * WPA_AUTHENTICATING - Trying to authenticate with a BSS/SSID
205 * to authenticate with and the driver is configured to try to
206 * authenticate with this BSS. This state is used only with drivers
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 69 * Trying to authenticate with a BSS/SSID
72 * to authenticate with and the driver is configured to try to
73 * authenticate with this BSS.
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 156 int32_t FingerprintDaemonProxy::authenticate(uint64_t sessionId, uint32_t groupId) { function in class:android::FingerprintDaemonProxy
157 ALOG(LOG_VERBOSE, LOG_TAG, "authenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
158 return mDevice->authenticate(mDevice, sessionId, groupId);
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/res/values/
strings.xml 46 <string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
  /developers/samples/android/security/FingerprintDialog/Application/src/main/res/values/
strings.xml 46 <string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 234 Log.e(TAG, "onAuthenticationResult: failed to authenticate");
293 * Represents an asynchronous task used to authenticate a user against the
303 return NetworkUtilities.authenticate(mUsername, mPassword);
305 Log.e(TAG, "UserLoginTask.doInBackground: failed to authenticate");
  /development/samples/browseable/FingerprintDialog/res/values/
strings.xml 46 <string name="use_fingerprint_to_authenticate_title">Use fingerprint to authenticate</string>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_plugin.py 57 # If we make it to this point, then we will later attempt to authenticate
  /external/chromium-trace/catapult/tracing/tracing/mre/
cloud_storage.py 59 'Failure: No handler was ready to authenticate.')):
  /external/curl/docs/libcurl/opts/
CURLOPT_SSLCERT.3 37 you wish to authenticate with as it is named in the security database. If you
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringPrepDataReader.java 27 public final class StringPrepDataReader implements ICUBinary.Authenticate {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringPrepDataReader.java 25 public final class StringPrepDataReader implements ICUBinary.Authenticate {
  /external/jetty/src/config/etc/
README.spnego 1 This setup will enable you to authenticate a user via spnego into your
  /external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java 66 /** Authenticate if possible without sending a challenge.
71 Authentication authenticate(ServletRequest request); method in interface:Authentication.Deferred
74 /** Authenticate and possibly send a challenge.
79 Authentication authenticate(ServletRequest request,ServletResponse response); method in interface:Authentication.Deferred
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpResponseHeader.java 138 * Example: Proxy-Authenticate: Basic */
139 public static final String ProxyAuthenticate = "Proxy-Authenticate";
208 * Example: WWW-Authenticate: Basic */
209 public static final String WWWAuthenticate = "WWW-Authenticate";
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 15 * A helper interface that provides useful functionality for clients that need to authenticate
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 42 if ("WWW-Authenticate".equalsIgnoreCase(header.getKey())) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Authenticator.java 41 Request authenticate(Proxy proxy, Response response) throws IOException; method in interface:Authenticator
Response.java 184 * "WWW-Authenticate" challenges. If the response code is 407 proxy
185 * unauthorized, this returns the "Proxy-Authenticate" challenges. Otherwise
191 responseField = "WWW-Authenticate";
193 responseField = "Proxy-Authenticate";
  /external/tpm2/
PolicyTicket.c 38 // a trial policy doesn't actually authenticate, the validated
  /external/vogar/src/vogar/
JavaVm.java 79 * to authenticate security providers. For example:
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 316 * Authenticate a sector with key A.
332 * @param sectorIndex index of sector to authenticate, starting from 0
339 return authenticate(sectorIndex, key, true);
343 * Authenticate a sector with key B.
359 * @param sectorIndex index of sector to authenticate, starting from 0
366 return authenticate(sectorIndex, key, false);
369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic
383 // Authenticate command takes a block address. Authenticating a block
384 // of a sector will authenticate the entire sector.
  /frameworks/base/docs/html/training/sign-in/
index.jd 14 Google Sign-In for Android lets you authenticate a user with the same credentials they use on
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 99 dev->authenticate = fingerprint_authenticate;

Completed in 2902 milliseconds

1 2 3 4 5 6 7 891011>>