/external/okhttp/src/test/java/com/squareup/okhttp/internal/ |
RecordingAuthenticator.java | 28 public final PasswordAuthentication authentication; field in class:RecordingAuthenticator 30 public RecordingAuthenticator(PasswordAuthentication authentication) { 31 this.authentication = authentication; 56 return authentication;
|
/external/openssl/android.testssl/ |
testssl | 38 echo test sslv2 with server authentication 42 echo test sslv2 with client authentication 45 echo test sslv2 with both client and server authentication 52 echo test sslv3 with server authentication 55 echo test sslv3 with client authentication 58 echo test sslv3 with both client and server authentication 64 echo test sslv2/sslv3 with server authentication 67 echo test sslv2/sslv3 with client authentication 70 echo test sslv2/sslv3 with both client and server authentication 73 echo test sslv2/sslv3 with both client and server authentication and handshake cutthroug [all...] |
/external/webkit/Source/WebCore/platform/network/cf/ |
SocketStreamHandleCFNet.cpp | 386 RetainPtr<CFHTTPAuthenticationRef> authentication(AdoptCF, CFHTTPAuthenticationCreateFromResponse(0, proxyResponse)); 388 if (!CFHTTPAuthenticationRequiresUserNameAndPassword(authentication.get())) { 396 RetainPtr<CFStringRef> methodCF(AdoptCF, CFHTTPAuthenticationCopyMethod(authentication.get())); 397 RetainPtr<CFStringRef> realmCF(AdoptCF, CFHTTPAuthenticationCopyRealm(authentication.get())); 405 // Creating a temporary request to make CFNetwork apply credentials to it. Unfortunately, this cannot work with NTLM authentication. 408 Boolean appliedCredentials = CFHTTPMessageApplyCredentials(dummyRequest.get(), authentication.get(), loginCF.get(), passwordCF.get(), 0);
|
/external/smack/src/org/jivesoftware/smack/util/ |
PacketParserUtils.java.orig | 34 import org.jivesoftware.smack.packet.Authentication; 384 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception { 385 Authentication authentication = new Authentication(); 391 authentication.setUsername(parser.nextText()); 394 authentication.setPassword(parser.nextText()); 397 authentication.setDigest(parser.nextText()); 400 authentication.setResource(parser.nextText()); 409 return authentication; [all...] |
PacketParserUtils.java | 33 import org.jivesoftware.smack.packet.Authentication; 383 private static Authentication parseAuthentication(XmlPullParser parser) throws Exception { 384 Authentication authentication = new Authentication(); local 390 authentication.setUsername(parser.nextText()); 393 authentication.setPassword(parser.nextText()); 396 authentication.setDigest(parser.nextText()); 399 authentication.setResource(parser.nextText()); 408 return authentication; [all...] |
/external/kernel-headers/original/linux/ |
net.h | 174 short authentication; member in struct:net_proto_family
|
/external/openssh/contrib/redhat/ |
openssh.spec | 461 exchange, authentication, and named key support 670 succeeded, to allow public-key authentication after a failure with "none" 671 authentication. (#21268) 679 doing keyboard-interactive authentication. 683 - Take a crack at doing keyboard-interactive authentication with PAM, and 685 will try it when the server disallows password authentication. 704 - Enable keyboard-interactive authentication. 708 - Change authentication related messages to be private (#19966). 716 build PAM authentication in.
|
/external/chromium/chrome/browser/resources/net_internals/ |
logviewpainter.js | 287 // Unencrypted authentication patterns
|
main.js | 235 // True when cookies and authentication information should be removed from 883 * Returns whether or not cookies and authentication information should be [all...] |
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
popuplib.js | 17 // identity providers (OP)s that support a pop-up authentication interface.
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
hci.h | 517 uint8_t authentication; member in struct:__anon43568 2112 uint8_t authentication; member in struct:__anon43757 [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 329 # Example EAP-SIM/AKA interface for GSM/UMTS authentication. This can be
|
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |