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

  /external/curl/docs/examples/
sessioninfo.c 28 GnuTLS (and this program must also be linked against -lgnutls). */
33 #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 243 my $has_gnutls; # built with GnuTLS
450 # Ugly hack but ssh client and gnutls-serv don't support pid files
    [all...]
  /external/libcups/cups/
http-private.h 75 # include <gnutls/gnutls.h>
76 # include <gnutls/x509.h>
hash.c 23 # include <gnutls/crypto.h>
Makefile 643 tls.o: tls-darwin.c tls-gnutls.c tls-sspi.c
  /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.
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf_test.go 82 // These test vectors were generated from GnuTLS using `gnutls-cli --insecure -d 9 `
  /prebuilts/go/linux-x86/src/crypto/tls/
prf_test.go 82 // These test vectors were generated from GnuTLS using `gnutls-cli --insecure -d 9 `
  /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>
72 /* Enable GnuTLS debugging by defining GTLSDEBUG */
107 # include <gnutls/ocsp.h>
194 * 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/wpa_supplicant_8/hostapd/
Android.mk 651 ifeq ($(CONFIG_TLS), gnutls)
  /external/iputils/
ping6.c 170 # include <gnutls/openssl.h>
    [all...]
  /external/libmicrohttpd/
configure     [all...]
  /external/curl/
configure     [all...]

Completed in 1357 milliseconds