/external/qemu/ |
vnc-android.c | 142 return "vencrypt+tls+sasl"; 144 return "vencrypt+x509+sasl"; 152 return "sasl"; 177 if (client->sasl.conn && 178 client->sasl.username) 179 monitor_printf(mon, " username: %s\n", client->sasl.username); 965 * be the raw data, or may have already been encoded by SASL. 970 * both SASL, and this TLS layer. It is highly unlikely in practice 971 * though, since SASL encryption will typically be a no-op if TLS 1001 * using any SASL SSF encryption layers. Will write as much dat 2197 int sasl = 0; local [all...] |
vnc.c | 136 return "vencrypt+tls+sasl"; 138 return "vencrypt+x509+sasl"; 146 return "sasl"; 171 if (client->sasl.conn && 172 client->sasl.username) 173 monitor_printf(mon, " username: %s\n", client->sasl.username); 959 * be the raw data, or may have already been encoded by SASL. 964 * both SASL, and this TLS layer. It is highly unlikely in practice 965 * though, since SASL encryption will typically be a no-op if TLS 995 * using any SASL SSF encryption layers. Will write as much dat 2193 int sasl = 0; local [all...] |
vnc.h | 84 #include "vnc-auth-sasl.h" 103 VncDisplaySASL sasl; member in struct:VncDisplay 142 VncStateSASL sasl; member in struct:VncState
|
qemu-options.hx | 587 @item sasl 589 Require that the client use SASL to authenticate with the VNC server. 591 system / user's SASL configuration file for the 'qemu' service. This 595 While some SASL auth methods can also provide data encryption (eg GSSAPI), 596 it is recommended that SASL always be combined with the 'tls' and 600 SASL authentication. 605 and SASL party. For x509 certs, the ACL check is made against the 607 @code{C=GB,O=ACME,L=Boston,CN=bob}. For SASL party, the ACL check is 608 made against the username, which depending on the SASL plugin, may [all...] |
qemu-monitor.hx | 581 matching on the x509 client certificate distinguished name, and SASL
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 56 "--sasl" => \$writeSASLMap, 303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n"; 660 --sasl Generate data for SASL map table
|
/external/dbus/dbus/ |
dbus-auth.c | 41 * @todo some SASL profiles require sending the empty string as a [all...] |
dbus-transport.c | 1111 * Sets the SASL authentication mechanisms supported by this transport. [all...] |
/external/icu4c/data/sprep/ |
rfc4013.txt | 13 # options: --sourcedir=. --destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4013.txt --A1 --sasl --C12 --C21 --C22 --C3 --C4 --C5 --C6 --C7 --C8 --C9 --normalize --check-bidi 550 # Map table for SASL profile (rfc4013.txt)
|
/external/dbus/doc/ |
dbus-specification.xml | [all...] |
/external/webkit/WebCore/platform/ |
KURLGoogle.cpp | 831 3659, // apple-sasl / PasswordServer [Apple addition] [all...] |
KURL.cpp | [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | [all...] |