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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/javax/net/ssl/
package.html 35 and to optionally encrypt the data and/or authenticate the communicating peers.
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ServiceStore.java 61 * @throws MessagingException if we can't authenticate the account
  /packages/apps/Email/res/xml/
oauth.xml 24 to authenticate using OAuth.
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintUiHelper.java 56 mFingerprintManager.authenticate(
  /prebuilts/go/darwin-x86/src/net/smtp/
example_test.go 72 // Connect to the server, authenticate, set the sender and recipient,
  /prebuilts/go/linux-x86/src/net/smtp/
example_test.go 72 // Connect to the server, authenticate, set the sender and recipient,
  /external/autotest/client/site_tests/policy_RestoreOnStartupURLs/
README 12 authenticate the user.
22 by Chrome OS to authenticate user sign-ins and to download policies. Use the
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py 146 print ('Telemetry needs to run %s under sudo. Please authenticate.' %
148 # Synchronously authenticate.
  /external/curl/tests/data/
test258 22 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
38 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
test259 20 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
36 Proxy-Authenticate: Digest realm="many secrets", nonce="911"
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterNameReader.java 27 final class UCharacterNameReader implements ICUBinary.Authenticate
108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterNameReader.java 27 final class UCharacterNameReader implements ICUBinary.Authenticate
108 protected boolean authenticate(byte dataformatid[], method in class:UCharacterNameReader
  /external/jetty/src/java/org/eclipse/jetty/server/
ServletRequestHttpWrapper.java 172 * @see javax.servlet.http.HttpServletRequest#authenticate(javax.servlet.http.HttpServletResponse)
174 public boolean authenticate(HttpServletResponse response) throws IOException, ServletException method in class:ServletRequestHttpWrapper
  /external/skia/site/dev/testing/
skps.md 37 * Authenticate using your google.com credentials ?gcloud auth login?
59 * Authenticate using your google.com credentials ?gcloud auth login?
  /external/wpa_supplicant_8/hs20/server/www/
spp.php 86 header('WWW-Authenticate: Digest realm="'.$realm.
108 header('WWW-Authenticate: Digest realm="'.$realm.
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 35 public static final String AUTHENTICATE = "AUTHENTICATE";
  /system/core/fingerprintd/
IFingerprintDaemon.cpp 50 case AUTHENTICATE: {
57 const int32_t ret = authenticate(sessionId, groupId);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 58 Process a request to authenticate a client. We assume that the username
66 def authenticate(self): member in class:BaseWebServiceHandler
109 class Authenticate(BaseWebServiceHandler):
119 self.authenticate()
392 [('/auth', Authenticate),
  /external/ppp/pppd/
auth.c 166 /* Hook for a plugin to say whether we can possibly authenticate any peer */
180 /* Hook for a plugin to say if we can possibly authenticate a peer using CHAP */
187 refuses to authenticate. */
284 "Don't require peer to authenticate", OPT_PRIOSUB | OPT_PRIV,
354 "Don't agree to authenticate to peer with EAP", 1 },
723 * Proceed to the Dead, Authenticate or Network phase as appropriate.
751 * We wanted the peer to authenticate itself, and it refused:
760 warn("peer refused to authenticate: terminating link");
762 lcp_close(unit, "peer refused to authenticate");
817 * If the peer had to authenticate, run the auth-up script now
    [all...]
pppd.8 38 addresses for each end of the link. Pppd can also authenticate the
78 Require the peer to authenticate itself before allowing network
713 Do not require the peer to authenticate itself. This option is
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 536 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
570 xcb_dri2_authenticate_reply_t *authenticate; local
578 authenticate =
581 if (authenticate == NULL || !authenticate->authenticated)
584 if (authenticate)
585 free(authenticate);
602 _eglLog(_EGL_WARNING, "DRI2: failed to authenticate");
    [all...]
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 246 // Require the user to authenticate with a fingerprint to authorize every use
322 // enrolled. Thus show the dialog to authenticate with their password first
323 // and ask the user if they want to authenticate with fingerprints in the
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java 246 // Require the user to authenticate with a fingerprint to authorize every use
322 // enrolled. Thus show the dialog to authenticate with their password first
323 // and ask the user if they want to authenticate with fingerprints in the
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java 246 // Require the user to authenticate with a fingerprint to authorize every use
322 // enrolled. Thus show the dialog to authenticate with their password first
323 // and ask the user if they want to authenticate with fingerprints in the
  /docs/source.android.com/src/security/authentication/
fingerprint-hal.jd 51 to the <code>authenticate</code> or <code>enroll</code> function, the fingerprint
163 <li><strong>cancel.</strong> Cancels any pending enroll or authenticate operations. The HAL state machine
169 <li><strong>authenticate.</strong> Authenticates a fingerprint-related operation (identified by an operation ID).

Completed in 2008 milliseconds

1 2 3 4 5 6 7 8 91011>>