Home
last modified time | relevance | path

Searched refs:HAVE_LIBCRYPTO (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-esp.c33 #ifdef HAVE_LIBCRYPTO
42 #ifdef HAVE_LIBCRYPTO
94 #ifdef HAVE_LIBCRYPTO
721 #ifdef HAVE_LIBCRYPTO
727 #ifdef HAVE_LIBCRYPTO
740 #ifdef HAVE_LIBCRYPTO in esp_print()
767 #ifdef HAVE_LIBCRYPTO in esp_print()
929 #ifdef HAVE_LIBCRYPTO
H A Dsignature.c29 #ifdef HAVE_LIBCRYPTO
42 #ifdef HAVE_LIBCRYPTO
H A Dconfigure.ac1053 HAVE_LIBCRYPTO=yes
1061 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
1082 HAVE_LIBCRYPTO=yes
1105 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -d "/usr/local/include" -a -d "/usr/local/lib"; then
1120 HAVE_LIBCRYPTO=yes
1143 if test "x$HAVE_LIBCRYPTO" != "xyes"; then
1157 HAVE_LIBCRYPTO=yes
1183 HAVE_LIBCRYPTO=yes
1194 if test "x$HAVE_LIBCRYPTO" = "xyes"; then
1195 AC_DEFINE([HAVE_LIBCRYPTO], [1], [Define to 1 if you have a usable `crypto' library (-lcrypto).]) definition
H A Dprint-isakmp.c2628 #ifndef HAVE_LIBCRYPTO in ikev2_e_print()
2635 #ifndef HAVE_LIBCRYPTO in ikev2_e_print()
2639 #ifndef HAVE_LIBCRYPTO in ikev2_e_print()
2643 #ifndef HAVE_LIBCRYPTO in ikev2_e_print()
2647 #ifndef HAVE_LIBCRYPTO in ikev2_e_print()
2654 #ifdef HAVE_LIBCRYPTO in ikev2_e_print()
2673 #ifdef HAVE_LIBCRYPTO in ikev2_e_print()
3043 #ifdef HAVE_LIBCRYPTO in isakmp_print()
H A Dprint-tcp.c54 #ifdef HAVE_LIBCRYPTO
536 #ifdef HAVE_LIBCRYPTO in tcp_print()
896 #ifdef HAVE_LIBCRYPTO
H A Dtcpdump.c66 #ifdef HAVE_LIBCRYPTO
1652 #ifndef HAVE_LIBCRYPTO in main()
1751 #ifndef HAVE_LIBCRYPTO in main()
3255 #if defined(HAVE_LIBCRYPTO) && defined(SSLEAY_VERSION) in print_version()
H A Dcmakeconfig.h.in61 #cmakedefine HAVE_LIBCRYPTO 1
H A Dconfig.h.in64 #undef HAVE_LIBCRYPTO
H A Dconfigure9206 HAVE_LIBCRYPTO=yes
9226 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -n "$BREW"; then
9249 HAVE_LIBCRYPTO=yes
9273 if test "x$HAVE_LIBCRYPTO" != "xyes" -a -d "/usr/local/include" -a -d "/usr/local/lib"; then
9304 HAVE_LIBCRYPTO=yes
9336 if test "x$HAVE_LIBCRYPTO" != "xyes"; then
9366 HAVE_LIBCRYPTO=yes
9417 HAVE_LIBCRYPTO=yes
9437 if test "x$HAVE_LIBCRYPTO" = "xyes"; then
H A DCMakeLists.txt1009 set(HAVE_LIBCRYPTO ON) variable
/freebsd/lib/libxo/libxo/
H A Dxo_config.h75 #define HAVE_LIBCRYPTO 1 macro
/freebsd/sys/modules/zfs/
H A Dzfs_config.h452 #define HAVE_LIBCRYPTO 1 macro
/freebsd/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h76 #elif defined(HAVE_LIBCRYPTO)
H A Darchive_cryptor_private.h126 #elif defined(HAVE_LIBCRYPTO)
H A Darchive_cryptor.c128 #elif defined(HAVE_LIBCRYPTO) && defined(HAVE_PKCS5_PBKDF2_HMAC_SHA1)
385 #elif defined(HAVE_LIBCRYPTO)
H A Darchive_hmac.c228 #elif defined(HAVE_LIBCRYPTO)
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c46 #ifdef HAVE_LIBCRYPTO
59 #ifdef HAVE_LIBCRYPTO
/freebsd/lib/libarchive/
H A Dconfig_freebsd.h50 #define HAVE_LIBCRYPTO 1 macro
/freebsd/contrib/libxo/
H A Dconfigure.ac220 AM_CONDITIONAL([HAVE_LIBCRYPTO], [test "$HAVE_LIBCRYPTO" != "no"]) condition