/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/WebCore/platform/network/cf/ |
SocketStreamHandleCFNet.cpp | 385 RetainPtr<CFHTTPAuthenticationRef> authentication(AdoptCF, CFHTTPAuthenticationCreateFromResponse(0, proxyResponse)); 387 if (!CFHTTPAuthenticationRequiresUserNameAndPassword(authentication.get())) { 395 RetainPtr<CFStringRef> methodCF(AdoptCF, CFHTTPAuthenticationCopyMethod(authentication.get())); 396 RetainPtr<CFStringRef> realmCF(AdoptCF, CFHTTPAuthenticationCopyRealm(authentication.get())); 404 // Creating a temporary request to make CFNetwork apply credentials to it. Unfortunately, this cannot work with NTLM authentication. 407 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/bluez/src/ |
security.c | 474 cp.authentication = auth; 489 evt->capability, evt->authentication);
|
/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 | 138 "Authentication Requested", 231 "Read Authentication Enable", 232 "Write Authentication Enable", 341 "Authentication Failure", 564 static char *authentication2str(uint8_t authentication) 566 switch (authentication) { 867 cp->authentication); 875 printf("Authentication: %s\n", authentication2str(cp->authentication)); [all...] |
/external/bluetooth/bluez/include/bluetooth/ |
hci.h | 499 uint8_t authentication; member in struct:__anon931 1599 uint8_t authentication; member in struct:__anon1069 [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |