Home
last modified time | relevance | path

Searched refs:Authentication (Results 1 – 25 of 63) sorted by relevance

123

/external/smack/src/org/jivesoftware/smack/
DNonSASLAuthentication.java24 import org.jivesoftware.smack.packet.Authentication;
62 Authentication discoveryAuth = new Authentication(); in authenticate()
80 Authentication authTypes = (Authentication) response; in authenticate()
84 Authentication auth = new Authentication(); in authenticate()
119 Authentication auth = new Authentication(); in authenticateAnonymously()
140 return connection.getServiceName() + "/" + ((Authentication) response).getResource(); in authenticateAnonymously()
/external/wpa_supplicant_8/hostapd/
DREADME116 Access Entity, and Authentication Server. Supplicant is a component in
117 a station and it performs the authentication with the Authentication
119 between a Supplicant and an Authentication Server. In addition, it has a
124 IEEE 802.1X uses Extensible Authentication Protocol (EAP). The frames
126 (EAPOL) and the Authenticator relays these frames to the Authentication
127 Server (and similarly, relays the messages from the Authentication
128 Server to the Supplicant). The Authentication Server can be colocated with the
131 use an external Authentication Server and encapsulate EAP frame in the
147 Authentication Server. hostapd supports RADIUS encapsulation of EAP
148 packets, so the Authentication Server should be a RADIUS server, like
[all …]
/external/smack/src/org/jivesoftware/smack/packet/
DAuthentication.java29 public class Authentication extends IQ { class
44 public Authentication() { in Authentication() method in Authentication
/external/srtp/
Dtiming13 set title "Authentication Only"
31 set title "Encryption and Authentication"
/external/tcpdump/tests/
Dospf-gmpls.new2 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
26 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
50 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
Dospf-gmpls.out2 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
26 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
50 Router-ID: 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
/external/webkit/Source/WebKit2/
DWebKit2.pro170 UIProcess/Authentication/AuthenticationChallengeProxy.h \
171 UIProcess/Authentication/AuthenticationDecisionListener.h \
172 UIProcess/Authentication/WebCredential.h \
173 UIProcess/Authentication/WebProtectionSpace.h \
233 WebProcess/Authentication/AuthenticationManager.h \
373 UIProcess/Authentication/AuthenticationChallengeProxy.cpp \
374 UIProcess/Authentication/AuthenticationDecisionListener.cpp \
375 UIProcess/Authentication/WebCredential.cpp \
376 UIProcess/Authentication/WebProtectionSpace.cpp \
445 WebProcess/Authentication/AuthenticationManager.cpp \
DWebKit2.pri35 $$SOURCE_DIR/WebKit2/UIProcess/Authentication \
42 $$SOURCE_DIR/WebKit2/WebProcess/Authentication \
DGNUmakefile.am358 Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.cpp \
359 Source/WebKit2/UIProcess/Authentication/AuthenticationChallengeProxy.h \
360 Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.cpp \
361 Source/WebKit2/UIProcess/Authentication/AuthenticationDecisionListener.h \
362 Source/WebKit2/UIProcess/Authentication/WebCredential.cpp \
363 Source/WebKit2/UIProcess/Authentication/WebCredential.h \
364 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.cpp \
365 Source/WebKit2/UIProcess/Authentication/WebProtectionSpace.h \
495 Source/WebKit2/WebProcess/Authentication/AuthenticationManager.cpp \
496 Source/WebKit2/WebProcess/Authentication/AuthenticationManager.h \
[all …]
DDerivedSources.make28 $(WebKit2)/WebProcess/Authentication \
DDerivedSources.pro79 WebProcess/Authentication \
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py414 class Authentication(object): class
448 class BasicAuthentication(Authentication):
450Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
458 class DigestAuthentication(Authentication):
462Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
515 class HmacDigestAuthentication(Authentication):
520Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
577 class WsseAuthentication(Authentication):
586Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
601 class GoogleLoginAuthentication(Authentication):
[all …]
/external/iptables/extensions/
Dlibipt_ah.man1 This module matches the SPIs in Authentication header of IPsec packets.
Dlibip6t_ah.man1 This module matches the parameters in Authentication header of IPsec packets.
Dlibip6t_ipv6header.man25 Authentication header
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Dmozilla8 Authentication
/external/srtp/doc/
Dreferences.txt18 Authentication) is defined in that specification. It is available
Drfc3711.txt68 4.2. Message Authentication and Integrity . . . . . . . . . . 25
76 5.2. Message Authentication/Integrity: HMAC-SHA1. . . . . . . 29
83 7.4. Data Origin Authentication Considerations. . . . . . . . 31
84 7.5. Short and Zero-length Message Authentication . . . . . . 32
95 9.5.1. Risks of Weak or Null Message Authentication. . . 42
96 9.5.2. Implicit Header Authentication . . . . . . . . . 43
365 Authentication tag: configurable length, RECOMMENDED. The
930 Authentication Tag: configurable length, REQUIRED
1358 4.2. Message Authentication and Integrity
1584 5.2. Message Authentication/Integrity: HMAC-SHA1
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Duserdatarequest.ui16 <string>Authentication credentials required</string>
/external/smack/src/org/jivesoftware/smack/util/
DPacketParserUtils.java33 import org.jivesoftware.smack.packet.Authentication;
383 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception { in parseAuthentication()
384 Authentication authentication = new Authentication(); in parseAuthentication()
DPacketParserUtils.java.orig34 import org.jivesoftware.smack.packet.Authentication;
384 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception {
385 Authentication authentication = new Authentication();
/external/openssh/
Dsshd_config37 # Authentication:
Dsshd_config.android36 # Authentication:
DOVERVIEW80 Authentication agent
84 Authentication methods
/external/dropbear/
Dfilelist.txt30 Authentication draft-ietf-secsh-userauth-17.txt

123