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

1 2 3 45 6 7 8 91011>>

  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintUiHelper.java 86 .authenticate(cryptoObject, mCancellationSignal, 0 /* flags */, this, null); method
FingerprintAuthenticationDialogFragment.java 39 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
258 * Enumeration to indicate which authentication method the user is trying to authenticate with.
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintUiHelper.java 86 .authenticate(cryptoObject, mCancellationSignal, 0 /* flags */, this, null); method
FingerprintAuthenticationDialogFragment.java 39 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
258 * Enumeration to indicate which authentication method the user is trying to authenticate with.
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
cas.py 29 """ The exception raised to authenticate the user """
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 178 /** The HTTP {@code Proxy-Authenticate} header field name. */
179 public static final String PROXY_AUTHENTICATE = "Proxy-Authenticate";
210 /** The HTTP {@code WWW-Authenticate} header field name. */
211 public static final String WWW_AUTHENTICATE = "WWW-Authenticate";
  /external/libdrm/tests/
auth.c 111 err(1, "Failure to authenticate client magic\n");
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 254 * Note that since 1.2 this is no longer applicable to the WWW-Authenticate
255 * and Proxy-Authenticate headers
275 * Note that since 1.2 this is no longer applicable to the WWW-Authenticate
276 * and Proxy-Authenticate headers
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 40 * from OAuth WWW-Authenticate headers and the body. The header parameters
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 48 * from OAuth WWW-Authenticate headers and the body. The header parameters
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
AuthenticatorAdapter.java 37 @Override public Request authenticate(Proxy proxy, Response response) throws IOException { method in class:AuthenticatorAdapter
  /external/openssh/
auth-rh-rsa.c 65 * Tries to authenticate the user using the .rhosts file and the host using
auth-sia.c 69 error("Couldn't authenticate %s from %s",
  /external/openssh/openbsd-compat/
port-aix.h 44 int authenticate(char *, char *, int *, char **);
  /external/skia/site/user/
download.md 57 You may have to enter a Google Account username and password to authenticate
  /frameworks/base/core/java/android/service/gatekeeper/
IGateKeeperService.aidl 57 * @param challenge a challenge to authenticate agaisnt the device credential. If successful
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd 11 and have cryptographic hardware to authenticate access to a sector. The most sophisticated tags
  /frameworks/base/docs/html/training/sign-in/
index.jd 14 The Google+ platform for Android lets you authenticate a user with the same credentials they use
  /hardware/intel/common/libva/va/drm/
va_drm_auth_x11.c 157 /* Try to authenticate the DRM connection with the supplied magic through X11 */
  /libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java 126 * Returns true if a server optionally wants to authenticate a
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 39 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
258 * Enumeration to indicate which authentication method the user is trying to authenticate with.
  /external/conscrypt/src/main/java/org/conscrypt/
PSKKeyManager.java 30 * secure the TLS/SSL connection and mutually authenticate its peers. These cipher suites may be
33 * step) and requires both peers to authenticate each other. In such scenarios a symmetric key (PSK)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterNameReader.java 27 final class UCharacterNameReader implements ICUBinary.Authenticate
114 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.xml 107 <request name="authenticate">
151 <!-- Raised if the authenticate request succeeded -->
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 38 * <pre class="code"><code class="java">given(carKeyFob.authenticate(carKey)).will(returnsFirstArg());
39 * doAnswer(returnsFirstArg()).when(carKeyFob).authenticate(carKey)</code></pre>

Completed in 2204 milliseconds

1 2 3 45 6 7 8 91011>>