/external/tcpdump/tests/ |
D | radius-rfc5176-v.out | 3 Disconnect-Request (40), id: 0x01, Authenticator: e1792d2b4ab349f1a4c0fcc733d091c1 4 Message-Authenticator Attribute (80), length: 18, Value: XQ=f(G..sJ0..... 7 Disconnect-ACK (41), id: 0x02, Authenticator: 3bc9c343f689990756b96c583a56890a 8 Message-Authenticator Attribute (80), length: 18, Value: .O........iC,'}. 11 Disconnect-NAK (42), id: 0x03, Authenticator: d867c308c9c43112b3a669a0e8c0ab8c 12 Message-Authenticator Attribute (80), length: 18, Value: ...p.I...(.".... 15 CoA-Request (43), id: 0x04, Authenticator: 5f18309be67cd6150fe4c3a0b93536c9 16 Message-Authenticator Attribute (80), length: 18, Value: '..6|.F..._...[. 19 CoA-ACK (44), id: 0x05, Authenticator: 55ab6cb78aa161d692753fa9130c5019 20 Message-Authenticator Attribute (80), length: 18, Value: .........+.x...s [all …]
|
D | radius-rfc4675-v.out | 3 Access-Request (1), id: 0x46, Authenticator: f44757bc498c3393763a27d0b2393702 8 Message-Authenticator Attribute (80), length: 18, Value: .....b..7-....b. 11 Access-Accept (2), id: 0x46, Authenticator: 766a0314eaf4b95f1ec271ae19cb3bdc 18 Access-Request (1), id: 0xb5, Authenticator: 11851d8b1b483f54a864b703ea21f4dc 23 Message-Authenticator Attribute (80), length: 18, Value: ..o..}f..d.;..R[ 26 Access-Accept (2), id: 0xb5, Authenticator: e223a663823b20ccc18bcf90c3ecbe27 32 Access-Request (1), id: 0x5a, Authenticator: 8dd685f50f837e8ad29e9cc095261172 37 Message-Authenticator Attribute (80), length: 18, Value: ....(..^A.f..... 40 Access-Accept (2), id: 0x5a, Authenticator: fbaa7d05d009953514d00697da4d1dfc
|
D | radius-v.out | 3 Access-Request (1), id: 0x05, Authenticator: ecfe3d2fe4473ec6299095ee46aedf77 14 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x. 17 Access-Challenge (11), id: 0x05, Authenticator: f050649184625d36f14c9075b7a48b83 24 Message-Authenticator Attribute (80), length: 18, Value: ...<.(.X.13..t4. 28 Access-Request (1), id: 0x06, Authenticator: 6a6f38e6dae830304d2333e5d5364643 40 Message-Authenticator Attribute (80), length: 18, Value: '&.q1.....Ojb..8 43 Access-Accept (2), id: 0x06, Authenticator: fbba6a784c7decb314caf0f27944a37b 49 Message-Authenticator Attribute (80), length: 18, Value: ...b...2.^..NLc`
|
D | radius-port1700-v.out | 3 CoA-Request (43), id: 0xa6, Authenticator: 7fbf02c6662b5990838a5e6e331b3ff0
|
D | radius_rfc5447_invalid_length-v.out | 3 Access-Request (1), id: 0x4f, Authenticator: 5bec15a7f3ac1590f65629a9f979c340
|
D | radius-rfc5176-2-v.out | 3 Access-Request (1), id: 0xc8, Authenticator: bc6e7022445e359835692c8c121c1985
|
D | radius_attr_asan.out | 3 Unknown Command (58), id: 0x6a, Authenticator: 0901020ed7ff03edb63a0f00cb0f00cb
|
/external/jsoup/src/main/java/org/jsoup/helper/ |
D | RequestAuthenticator.java | 6 import java.net.Authenticator; 31 private final Authenticator.RequestorType type; 34 Context(URL url, Authenticator.RequestorType type, String realm) { in Context() 53 public Authenticator.RequestorType type() { in type() 70 return type == Authenticator.RequestorType.PROXY; in isProxy() 78 return type == Authenticator.RequestorType.SERVER; in isServer()
|
D | AuthenticationHandler.java | 6 import java.net.Authenticator; 15 class AuthenticationHandler extends Authenticator { 76 Authenticator.setDefault(new AuthenticationHandler()); in Authenticator.setDefault()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
D | AuthenticatorAdapter.java | 19 import com.android.okhttp.Authenticator; 26 import java.net.Authenticator.RequestorType; 35 public final class AuthenticatorAdapter implements Authenticator { 37 public static final Authenticator INSTANCE = new AuthenticatorAdapter(); 47 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate() 70 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | AuthenticatorAdapter.java | 18 import com.squareup.okhttp.Authenticator; 25 import java.net.Authenticator.RequestorType; 33 public final class AuthenticatorAdapter implements Authenticator { 35 public static final Authenticator INSTANCE = new AuthenticatorAdapter(); 45 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticate() 68 PasswordAuthentication auth = java.net.Authenticator.requestPasswordAuthentication( in authenticateProxy()
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 2 Authenticator and RADIUS authentication server 57 server for MAC address based access control, IEEE 802.1X Authenticator 59 Authenticator and dynamic TKIP/CCMP keying. 108 IEEE 802.1X uses elements called Supplicant, Authenticator, Port 111 Server. An access point includes an Authenticator that relays the packets 113 Port Access Entity (PAE) with Authenticator functionality for 118 between a Supplicant and an Authenticator are sent using EAP over LAN 119 (EAPOL) and the Authenticator relays these frames to the Authentication 122 Authenticator, in which case there is no need for additional protocol 131 frames to be passed between the Supplicant and the Authenticator even [all …]
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | OkHttpClientTest.java | 23 import java.net.Authenticator; 51 private static final Authenticator DEFAULT_AUTHENTICATOR = null; // No Authenticator.getDefault(). 57 Authenticator.setDefault(DEFAULT_AUTHENTICATOR); in tearDown() 115 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal() 122 Authenticator.setDefault(authenticator); in copyWithDefaultsWhenDefaultIsGlobal()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | RecordingAuthenticator.java | 18 import java.net.Authenticator; 23 public final class RecordingAuthenticator extends Authenticator {
|
D | RecordingOkAuthenticator.java | 18 import com.squareup.okhttp.Authenticator; 25 public final class RecordingOkAuthenticator implements Authenticator {
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | Authenticate.java | 18 import com.squareup.okhttp.Authenticator; 30 client.setAuthenticator(new Authenticator() { in run()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Address.java | 44 final Authenticator authenticator; 55 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy, in Address() 127 public Authenticator getAuthenticator() { in getAuthenticator()
|
D | Authenticator.java | 26 public interface Authenticator { interface
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Address.java | 42 final Authenticator authenticator; 53 CertificatePinner certificatePinner, Authenticator authenticator, Proxy proxy, in Address() 125 public Authenticator getAuthenticator() { in getAuthenticator()
|
D | Authenticator.java | 24 public interface Authenticator { interface
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | ProxyDetectorImpl.java | 27 import java.net.Authenticator; 139 return Authenticator.requestPasswordAuthentication( 140 host, addr, port, protocol, prompt, scheme, url, Authenticator.RequestorType.PROXY);
|
/external/obex/src/com/android/obex/ |
D | Authenticator.java | 73 public interface Authenticator { interface
|
D | SessionNotifier.java | 125 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException; in acceptAndOpen()
|
/external/volley/core/src/main/java/com/android/volley/toolbox/ |
D | Authenticator.java | 22 public interface Authenticator { interface
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_background.sgml | 60 master session key for the Authenticator (AP) and Supplicant 65 keys between the Authenticator and Supplicant. This handshake is 66 also used to verify that both Authenticator and Supplicant know
|