HomeSort by relevance Sort by last modified time
    Searched refs:authentication (Results 1 - 10 of 10) sorted by null

  /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/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/lib/bluetooth/
hci.h 510 uint8_t authentication; member in struct:__anon1711
1861 uint8_t authentication; member in struct:__anon1882
    [all...]
  /external/bluetooth/bluez/src/
dbus-hci.c 350 cp.authentication = auth;
448 error("Unable to get local authentication requirements");
461 DBG("confirm authentication requirement is 0x%02x", loc_auth);
467 DBG("remote authentication requirement is 0x%02x", rem_auth);
1064 DBG("initial authentication requirement is 0x%02x", auth);
1142 DBG("final authentication requirement is 0x%02x", auth);
security.c 499 evt->capability, evt->authentication);
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 86 milliseconds