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

1 2 3 4 5 6 7

  /external/nist-sip/java/javax/sip/header/
ProxyAuthenticateHeader.java 4 String NAME = "Proxy-Authenticate";
WWWAuthenticateHeader.java 6 String NAME = "WWW-Authenticate";
  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
setup.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
subresource.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
manifest.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
iframe.php 3 header('WWW-Authenticate: Basic realm="WebKit AppCache Test Realm"');
  /external/apache-http/src/org/apache/http/auth/
AUTH.java 44 * The www authenticate challange header.
46 public static final String WWW_AUTH = "WWW-Authenticate";
49 * The www authenticate response header.
54 * The proxy authenticate challange header.
56 public static final String PROXY_AUTH = "Proxy-Authenticate";
59 * The proxy authenticate response header.
NTCredentials.java 92 * @param userName The user name. This should not include the domain to authenticate with.
97 * @param domain The domain to authenticate within.
130 * Retrieves the name to authenticate with.
132 * @return String the domain these credentials are intended to authenticate with.
  /external/chromium/net/http/
http_auth_unittest.cc 23 "www-authenticate: Basic realm=\"BasicRealm\"\n",
31 "www-authenticate: Fake realm=\"FooBar\"\n",
38 "www-authenticate: Basic realm=\"FooBar\"\n"
39 "www-authenticate: Fake realm=\"FooBar\"\n"
40 "www-authenticate: nonce=\"aaaaaaaaaa\"\n"
41 "www-authenticate: Digest realm=\"DigestRealm\", nonce=\"aaaaaaaaaa\"\n",
49 "www-authenticate:\n",
56 "WWW-Authenticate: Negotiate\n"
57 "WWW-Authenticate: NTLM\n",
104 "WWW-Authenticate: NTLM\r\n"
    [all...]
http_auth_handler_ntlm.h 121 // The base64-encoded string following "NTLM" in the "WWW-Authenticate" or
122 // "Proxy-Authenticate" response header.
http_auth_handler_negotiate.h 20 // Handler for WWW-Authenticate: Negotiate protocol.
http_auth_handler_negotiate_win.cc 38 // WWW-Authenticate: NEGOTIATE auth-data
  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 16 VALUE Service-Type Authenticate-Only 8
  /external/chromium/net/base/
auth.h 19 bool is_proxy; // true for Proxy-Authenticate, false for WWW-Authenticate.
  /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 */
upap.c 144 * upap_authwithpeer - Authenticate us with our peer (start client).
146 * Set new state and send authenticate's.
174 * upap_authpeer - Authenticate our peer (start server).
211 error("No response to PAP authenticate-requests");
217 upap_sauthreq(u); /* Send Authenticate-Request */
368 * upap_rauth - Receive Authenticate.
388 * If we receive a duplicate authenticate-request, we are
432 * return an authenticate failure, is leaving it for us to verify.
466 * upap_rauthack - Receive Authenticate-Ack.
507 * upap_rauthnak - Receive Authenticate-Nak
    [all...]
  /frameworks/base/core/java/android/nfc/
INfcAdapterExtras.aidl 31 void authenticate(in byte[] token);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
WWWAuthenticateHeaderIms.java 38 * Extension to WWW-authenticate header (3GPP TS 24229-5d0).
40 * <p>Defines a new authentication parameter (auth-param) for the WWW-Authenticate header
  /libcore/luni/src/main/java/javax/net/ssl/
X509ExtendedKeyManager.java 37 * Chooses an alias for the client side of an SSL connection to authenticate
57 * Chooses an alias for the server side of an SSL connection to authenticate
KeyManager.java 23 * responsible for handling the keys used to authenticate the local side to its
X509KeyManager.java 31 * Chooses an alias for the client side of an SSL connection to authenticate
49 * Chooses an alias for the server side of an SSL connection to authenticate
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 22 Authenticate: Handles user requests for authentication.
37 class Authenticate(webapp.RequestHandler):
164 [('/auth', Authenticate),
165 ('/login', Authenticate),
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 216 * Authenticate the client application.
219 * to authenticate with a token, before using other methods.
224 public void authenticate(byte[] token) { method in class:NfcAdapterExtras
226 sService.authenticate(token);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
export.h 34 #define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.h 65 * \name Mifare standard - Authenticate states
69 #define PH_FRINFC_MFSTD_FMT_AUTH_DEF_KEY 0 /*!< Trying to authenticate with the default key */
70 #define PH_FRINFC_MFSTD_FMT_AUTH_NFC_KEY 1 /*!< Trying to authenticate with the MAD key */
71 #define PH_FRINFC_MFSTD_FMT_AUTH_MAD_KEY 2 /*!< Trying to authenticate with the NFC forum key */
72 #define PH_FRINFC_MFSTD_FMT_AUTH_KEYB 3 /*!< Trying to authenticate with key B */
73 #define PH_FRINFC_MFSTD_FMT_AUTH_SCRT_KEYB 4 /*!< Trying to authenticate with secret key B */
184 * checking the authenticate state
306 /* Get the next authenticate state */

Completed in 518 milliseconds

1 2 3 4 5 6 7