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

<<11121314151617181920>>

  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_MifareStdMap.h 52 #define PH_FRINFC_NDEFMAP_STATE_AUTH 3 /* Authenticate is going on*/
phFriNfc_MifareStdMap.c 104 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT1 0xA0 /* internal Authenticate Command for MAD Sector */
105 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT2 0xA1 /* internal Authenticate Command for MAD Sector */
106 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT3 0xA2 /* internal Authenticate Command for MAD Sector */
107 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT4 0xA3 /* internal Authenticate Command for MAD Sector */
108 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT5 0xA4 /* internal Authenticate Command for MAD Sector */
109 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_MADSECT6 0xA5 /* internal Authenticate Command for MAD Sector */
110 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_NDEFSECT1 0xD3 /* internal Authenticate Command for NDEF Sectors 1 */
111 #define PH_FRINFC_NDEFMAP_MIFARESTD_AUTH_NDEFSECT2 0xF7 /* internal Authenticate Command for NDEF Sectors 2 */
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DigestMd5Utils.java 169 a2.append("AUTHENTICATE");
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 95 "Proxy-Authenticate",
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 95 "Proxy-Authenticate",
  /system/connectivity/shill/
eap_credentials.h 208 // If true, use the system-wide CA database to authenticate the remote.
  /external/chromium-trace/catapult/third_party/Paste/docs/
do-it-yourself-framework.txt 347 Required`` status with a ``WWW-Authenticate: Basic realm="This
438 ('WWW-Authenticate', 'Basic realm="this realm"')])
475 return Response(status=401, headers={'WWW-Authenticate': 'Basic realm="this realm"'},
  /external/curl/lib/
http_proxy.c 469 if((checkprefix("WWW-Authenticate:", line_start) &&
471 (checkprefix("Proxy-authenticate:", line_start) &&
528 /* Deal with the possibly already received authenticate
pop3.c 427 * Sends a clear text USER command to authenticate with.
433 /* Check we have a username and password to authenticate with and end the
455 * Sends an APOP command to authenticate with.
466 /* Check we have a username and password to authenticate with and end the
555 /* Check we have enough data to authenticate with and end the
    [all...]
  /frameworks/base/docs/html/training/articles/
keystore.jd 217 Swipe or other mode which does not authenticate the user) or forcibly reset (e.g. by a Device
222 {@link android.hardware.fingerprint.FingerprintManager#authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Handler) FingerprintManager.authenticate}.
  /external/libxml2/
nanohttp.c 152 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */
801 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"WWW-Authenticate:", 17)) {
807 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Proxy-Authenticate:", 19)) {
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyGenParameterSpec.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/http/
HttpURLConnection.java     [all...]
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
pn532.cxx 669 2.) You must authenticate the sector you wish to access according to the
724 Tries to authenticate a block of memory on a MIFARE card using the
731 @param blockNumber The block number to authenticate. (0..63 for
756 fprintf(stderr, "Trying to authenticate card ");
815 @param blockNumber The block number to authenticate. (0..63 for
881 @param blockNumber The block number to authenticate. (0..63 for
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 99 * @param authenticate
104 public static Constraint createConstraint (String name, boolean authenticate, String[] roles, int dataConstraint)
109 constraint.setAuthenticate(authenticate);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 115 "Proxy-Authenticate",
125 "WWW-Authenticate",
918 LOG(WARNING) << "AsyncHttpsProxySocket::Authenticate(Negotiate) too many retries";
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 212 if (iface->drv_priv == NULL || iface->driver->authenticate == NULL)
252 res = iface->driver->authenticate(iface->drv_priv, &params);
253 wpa_printf(MSG_DEBUG, "drv->authenticate: res=%d", res);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 580 * Proxy server needs authentication but client fails to authenticate
    [all...]
  /bionic/libc/include/arpa/
telnet.h 115 #define TELOPT_AUTHENTICATION 37/* Authenticate */
  /development/ndk/platforms/android-21/include/arpa/
telnet.h 115 #define TELOPT_AUTHENTICATION 37/* Authenticate */
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 115 #define TELOPT_AUTHENTICATION 37/* Authenticate */
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 104 public static String authenticate(String username, String password) { method in class:NetworkUtilities
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 151 // Authenticate and configure the virtual network interface.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
AttributeCertificateHolder.java 44 * -- used to directly authenticate the holder,

Completed in 1616 milliseconds

<<11121314151617181920>>