| /external/curl/docs/examples/ |
| threaded-ssl.c | 33 * gcrypt docs for this: 34 * https://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html 97 #include <gcrypt.h>
|
| /external/libvncserver/libvncserver/ |
| rfbcrypto_gnutls.c | 25 #include <gcrypt.h>
|
| /external/libmicrohttpd/src/testcurl/https/ |
| test_https_get.c | 32 #include <gcrypt.h>
|
| test_https_multi_daemon.c | 32 #include <gcrypt.h>
|
| test_tls_authentication.c | 32 #include <gcrypt.h>
|
| test_https_get_parallel.c | 34 #include <gcrypt.h>
|
| test_https_session_info.c | 30 #include <gcrypt.h>
|
| test_https_time_out.c | 32 #include <gcrypt.h>
|
| test_tls_options.c | 31 #include <gcrypt.h>
|
| test_empty_response.c | 31 #include <gcrypt.h>
|
| test_https_get_parallel_threads.c | 36 #include <gcrypt.h>
|
| test_https_get_select.c | 32 #include <gcrypt.h>
|
| test_https_sni.c | 31 #include <gcrypt.h>
|
| /external/libvncserver/ |
| configure.ac | 449 AC_ARG_WITH(gcrypt, 450 [ --without-gcrypt disable support for gcrypt],,) 451 AC_ARG_WITH(client-gcrypt, 452 [ --without-client-gcrypt disable support for gcrypt in libvncclient],,)
|
| CMakeLists.txt | 37 find_library(LIBGCRYPT_LIBRARIES gcrypt)
|
| /external/syslinux/gpxe/src/net/80211/ |
| wpa.c | 126 enum net80211_crypto_alg gcrypt; local 150 gcrypt = sec80211_rsn_get_net80211_crypt ( group_cipher ); 152 if ( ! wpa_find_cryptosystem ( gcrypt ) || 155 gcrypt, dev->associating->crypto ); 245 ctx->gcrypt = NET80211_CRYPT_UNKNOWN; 390 return sec80211_install ( &ctx->dev->gcrypto, ctx->gcrypt, 710 ctx->gcrypt = sec80211_rsn_get_net80211_crypt ( *( u32 * )
|
| /external/libmicrohttpd/src/examples/ |
| https_fileserver_example.c | 39 #include <gcrypt.h>
|
| /external/libmicrohttpd/src/testcurl/ |
| test_digestauth.c | 35 #include <gcrypt.h>
|
| test_digestauth_with_arguments.c | 34 #include <gcrypt.h>
|
| test_postform.c | 35 #include <gcrypt.h>
|
| /external/wpa_supplicant_8/src/crypto/ |
| crypto_gnutls.c | 10 #include <gcrypt.h>
|
| /external/libmtp/ |
| configure.ac | 155 AC_CHECK_LIB([gcrypt], [gcry_check_version], , [AC_MSG_NOTICE([*** libgcrypt not found - disabling MTPZ support ***]) ; use_mtpz="no"])
|
| /external/libmicrohttpd/ |
| MHD_config.h | 60 /* Define to 1 if you have the <gcrypt.h> header file. */
|
| MHD_config.h.in | 59 /* Define to 1 if you have the <gcrypt.h> header file. */
|
| /external/syslinux/gpxe/src/include/gpxe/ |
| wpa.h | 334 enum net80211_crypto_alg gcrypt; member in struct:wpa_common_ctx
|