/external/nist-sip/java/gov/nist/core/ |
NameValue.java | 149 * Bug: RFC3261 stipulates that an opaque parameter in authenticate header
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
JoinHeader.java | 82 * can authenticate the originator of a request in order to ascertain that
|
/external/ppp/pppd/ |
pppd.h | 293 extern bool auth_required; /* Peer is required to authenticate */ 530 void link_established __P((int)); /* the link is up; authenticate now */ 537 /* peer failed to authenticate itself */ 541 /* we failed to authenticate ourselves */ [all...] |
/external/srtp/test/ |
rdbx_driver.c | 162 * in practice, we'd authenticate the packet containing idx, using
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitsoupauthdialog.c | 364 g_signal_connect(session, "authenticate", G_CALLBACK(session_authenticate), manager);
|
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 106 * @param success True if the user was able to authenticate, false if
|
/frameworks/base/wifi/java/android/net/wifi/ |
SupplicantStateTracker.java | 222 Log.d(TAG, "Failed to authenticate, disabling network " +
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/ |
HttpURLConnectionTest.java | 99 + "Proxy-authenticate: Basic realm=\"remotehost\"\n\n")
|
/external/chromium/chrome/browser/sync/protocol/ |
sync.proto | 398 AUTHENTICATE = 3; 405 optional AuthenticateMessage authenticate = 6; 561 optional AuthenticateResponse authenticate = 3;
|
/external/libxml2/ |
nanohttp.c | 155 char *authHeader; /* contents of {WWW,Proxy}-Authenticate header */ 794 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"WWW-Authenticate:", 17)) { 800 } else if (!xmlStrncasecmp(BAD_CAST line, BAD_CAST"Proxy-Authenticate:", 19)) { [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 130 "Proxy-Authenticate", 140 "WWW-Authenticate", 919 LOG(WARNING) << "AsyncHttpsProxySocket::Authenticate(Negotiate) too many retries";
|
/external/openssh/ |
sshd.0 | 71 Gives the grace time for clients to authenticate themselves 72 (default 120 seconds). If the client fails to authenticate the 174 client tries to authenticate itself using host-based authentication, [all...] |
auth-rhosts.c | 181 * Tries to authenticate the user using the .shosts or .rhosts file. Returns
|
/bionic/libc/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/src/main/java/org/bouncycastle/x509/ |
AttributeCertificateHolder.java | 43 * -- used to directly authenticate the holder,
|
/external/chromium/net/http/ |
http_auth_handler_negotiate.cc | 179 // WWW-Authenticate: NEGOTIATE auth-data
|
http_response_headers.cc | 46 "www-authenticate", 47 "proxy-authenticate" 63 "www-authenticate", 64 "proxy-authenticate", [all...] |
/external/chromium/net/socket_stream/ |
socket_stream_unittest.cc | 297 MockRead("Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"),
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengineimpl.h | 113 //! (optionally) encrypt, authenticate, and bind the connection.
|
/external/dbus/dbus/ |
dbus-credentials.c | 34 * authenticate. The main credentials right now are a unix user
|
dbus-errors.c | 107 return "Could not authenticate to server";
|
dbus-server-socket.c | 57 DBusNonceFile *noncefile; /**< Nonce file used to authenticate clients */
|