/external/curl/docs/examples/ |
sessioninfo.c | 24 GnuTLS (and this program must also be linked against -lgnutls). */ 29 #include <gnutls/gnutls.h>
|
/external/libmicrohttpd/src/examples/ |
https_fileserver_example.c | 38 #include <gnutls/gnutls.h>
|
/external/libmicrohttpd/src/testcurl/https/ |
tls_test_common.h | 29 #include <gnutls/gnutls.h>
|
test_https_sni.c | 33 #include <gnutls/gnutls.h> 35 /* This test only works with GnuTLS >= 3.0 */ 38 #include <gnutls/abstract.h> 58 * (This code is largely taken from GnuTLS). 288 "SNI not supported by GnuTLS < 3.0\n");
|
/external/curl/tests/ |
sshhelp.pm | 114 $httptlssrvexe = 'gnutls-serv' .exe_ext(); # base name and ext of gnutls-serv 156 # Absolute paths where to look for httptlssrv (gnutls-serv), when not in PATH 173 /opt/gnutls/bin 174 /opt/gnutls/sbin 175 /opt/gnutls/libexec 393 # Find httptlssrv (gnutls-serv) and return canonical filename
|
runtests.pl | 232 my $has_gnutls; # built with GnuTLS 436 # Ugly hack but ssh client and gnutls-serv don't support pid files [all...] |
/external/libvncserver/libvncserver/ |
rfbssl_gnutls.c | 2 * rfbssl_gnutls.c - Secure socket funtions (gnutls version) 25 #include <gnutls/gnutls.h>
|
/external/libvncserver/libvncclient/ |
tls_gnutls.c | 20 #include <gnutls/gnutls.h> 52 rfbClientLog("Failed to initialized GnuTLS: %s.\n", gnutls_strerror(ret)); 55 rfbClientLog("GnuTLS initialized.\n"); 63 * don't set errno when they fail but GNUTLS expects a proper errno value.
|
/external/curl/lib/vtls/ |
gtls.c | 24 * Source file for all GnuTLS-specific code for the TLS/SSL layer. No code 27 * Note: don't use the GnuTLS' *_t variable type names in this source code, 35 #include <gnutls/abstract.h> 36 #include <gnutls/gnutls.h> 37 #include <gnutls/x509.h> 40 #include <gnutls/crypto.h> 73 /* Enable GnuTLS debugging by defining GTLSDEBUG */ 108 # include <gnutls/ocsp.h> 175 * Global GnuTLS init, called from Curl_ssl_init(). This calls functions tha [all...] |
/external/iputils/ninfod/ |
ninfod_name.c | 103 # include <gnutls/openssl.h>
|
configure | [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 2 * SSL/TLS interface functions for GnuTLS 10 #include <gnutls/gnutls.h> 11 #include <gnutls/x509.h> 13 #include <gnutls/pkcs12.h> 16 #include <gnutls/ocsp.h> 92 "gnutls<%d> %s", level, s); 103 "GnuTLS: Library version %s (runtime) - %s (build)", 219 wpa_printf(MSG_ERROR, "GnuTLS: Priority string failure at " 316 wpa_printf(MSG_INFO, "GnuTLS: Failed to preparare new session [all...] |
/external/curl/lib/ |
urldata.h | 93 #include <gnutls/gnutls.h> [all...] |
/external/wpa_supplicant_8/hostapd/ |
Android.mk | 584 ifeq ($(CONFIG_TLS), gnutls)
|
/external/iputils/ |
ping6.c | 170 # include <gnutls/openssl.h> [all...] |
/external/libmicrohttpd/ |
configure | [all...] |