/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 small client buffer [all...] |
/system/core/rootdir/etc/ |
dbus.conf | 8 <!-- Only allow socket-credentials-based authentication -->
|
/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/kernel-headers/original/linux/ |
net.h | 174 short authentication; member in struct:net_proto_family
|
/external/bluetooth/hcidump/parser/ |
lmp.c | 459 printf("authentication response "); 1113 uint8_t authentication = LMP_U8(frm); local 1117 capability, oob_data, authentication);
|
hci.c | 163 "Authentication Requested", 264 "Read Authentication Enable", 265 "Write Authentication Enable", 427 "Authentication Failure", 687 static char *authentication2str(uint8_t authentication) 689 switch (authentication) { 1061 cp->authentication); 1069 printf("Authentication: %s\n", authentication2str(cp->authentication)); [all...] |
/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.
|
/external/bluetooth/bluez/lib/bluetooth/ |
hci.h | 520 uint8_t authentication; member in struct:__anon1535 2029 uint8_t authentication; member in struct:__anon1724 [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 277 # Example EAP-SIM/AKA interface for GSM/UMTS authentication. This can be
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
hci.h | 517 uint8_t authentication; member in struct:__anon25442 2112 uint8_t authentication; member in struct:__anon25631 [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/external/bluetooth/bluez/plugins/ |
hciops.c | 1224 DBG("initial authentication requirement is 0x%02x", conn->loc_auth); 1274 DBG("final authentication requirement is 0x%02x", *auth); 1311 cp.authentication = auth; 1340 conn->rem_auth = evt->authentication; [all...] |