Searched defs:tls (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.cc48 XmppSocket::XmppSocket(bool tls) : tls_(tls) { argument
/external/qemu/
H A Dvnc.h80 #include "vnc-tls.h"
100 VncDisplayTLS tls; member in struct:VncDisplay
139 VncStateTLS tls; member in struct:VncState
H A Dvnc-android.c123 return "tls";
130 return "vencrypt+tls+none";
132 return "vencrypt+tls+vnc";
134 return "vencrypt+tls+plain";
142 return "vencrypt+tls+sasl";
170 if (client->tls.session &&
171 client->tls.dname)
172 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
982 if (vs->tls.session) {
983 ret = gnutls_write(vs->tls
2194 int tls = 0, x509 = 0; local
[all...]
H A Dvnc.c117 return "tls";
124 return "vencrypt+tls+none";
126 return "vencrypt+tls+vnc";
128 return "vencrypt+tls+plain";
136 return "vencrypt+tls+sasl";
164 if (client->tls.session &&
165 client->tls.dname)
166 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
976 if (vs->tls.session) {
977 ret = gnutls_write(vs->tls
2190 int tls = 0, x509 = 0; local
[all...]
/external/wpa_supplicant/
H A Deap_fast.c21 #include "tls.h"
851 const u8 *tls, size_t tls_len)
882 if (tls_len < 43 || tls[0] != 0x16 ||
883 tls[1] != 0x03 || tls[2] != 0x01 ||
884 tls[5] != 0x02 || tls[9] != 0x03 || tls[10] != 0x01) {
886 "ServerHello", tls, tls_len);
889 server_random = tls
849 eap_fast_set_tls_master_secret(struct eap_sm *sm, struct eap_fast_data *data, const u8 *tls, size_t tls_len) argument
[all...]

Completed in 1612 milliseconds