/external/openssh/ |
ssh-keygen.1 | 556 User certificates authenticate users to servers, whereas host certificates 557 authenticate server hosts to users.
|
sshd.8 | 158 Gives the grace time for clients to authenticate themselves (default 160 If the client fails to authenticate the user within 321 The client tries to authenticate itself using
|
auth2-pubkey.c | 380 /* Authenticate a certificate key against TrustedUserCAKeys */
|
/external/tcpdump/ |
print-rx.c | 209 { 21, "authenticate" }, 210 { 22, "authenticate-v2" }, [all...] |
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServer.java | 348 print(os, "WWW-Authenticate: Basic realm=\"test\"\r\n");
|
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 219 public Header authenticate( method in class:DigestScheme
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 150 // Authenticate sync client using GAIA credentials.
|
/external/chromium/net/http/ |
http_auth_handler_digest.cc | 174 // WWW-Authenticate: Digest
|
http_proxy_client_socket_pool_unittest.cc | 246 MockRead(true, 2, "Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"),
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppengine.h | 230 //! (optionally) encrypt, authenticate, and bind the connection.
|
/external/libnfc-nxp/src/ |
phFriNfc_MifareStdMap.h | 77 #define PH_FRINFC_NDEFMAP_STATE_AUTH 3 /*!< Authenticate is going on*/
|
/external/ppp/pppd/ |
chap-new.c | 225 * chap_auth_with_peer - Prepare to authenticate ourselves to the peer.
|
lcp.c | [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_ndis.c | 53 * whenever wpa_supplicant is trying to pre-authenticate and then switching
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 47 * whenever wpa_supplicant is trying to pre-authenticate and then switching
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpsURLConnectionImpl.java | 506 throw new IOException("Failed to authenticate with proxy");
|
ResponseHeaders.java | 496 && !fieldName.equalsIgnoreCase("Proxy-Authenticate")
|
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 49 g_multivalued_headers.insert("proxy-authenticate"); 57 g_multivalued_headers.insert("www-authenticate"); [all...] |
/external/ppp/pppd/plugins/radius/ |
radius.c | 202 * Tells pppd that we will try to authenticate the peer, and not to 237 * 1 if we can authenticate, -1 if we cannot. [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 278 * Data for struct wpa_driver_ops::authenticate(). 1462 int (*authenticate)(void *priv, member in struct:wpa_driver_ops [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 523 * Proxy server needs authentication but client fails to authenticate [all...] |
/external/chromium/net/tools/testserver/ |
testserver.py | 880 self.send_header('WWW-Authenticate', 'Basic realm="%s"' % realm) [all...] |
/external/dbus/dbus/ |
dbus-auth.c | 1025 _dbus_verbose ("%s: no credentials, mechanism EXTERNAL can't authenticate\n", [all...] |
/libcore/luni/src/test/java/libcore/net/http/ |
HttpResponseCacheTest.java | 163 .addHeader("WWW-Authenticate: challenge"); 165 response.addHeader("Proxy-Authenticate: Basic realm=\"protected area\""); 167 response.addHeader("WWW-Authenticate: Basic realm=\"protected area\""); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 696 * server needs authentication but client fails to authenticate [all...] |