Home
last modified time | relevance | path

Searched refs:HAVE_OPENSSL (Results 1 – 25 of 46) sorted by relevance

12

/third_party/node/src/
Dnode_metadata.cc12 #if HAVE_OPENSSL
29 #if HAVE_OPENSSL
90 #if HAVE_OPENSSL in Versions()
Dnode_constants.h30 #if HAVE_OPENSSL
Dnode_config.cc39 #if HAVE_OPENSSL in Initialize()
Dnode_metadata.h35 #if HAVE_OPENSSL
Dnode_native_module.cc72 #if !HAVE_OPENSSL in InitializeModuleCategories()
96 #if !HAVE_OPENSSL in InitializeModuleCategories()
Dasync_wrap.h79 #if HAVE_OPENSSL
Dnode_options.cc62 #if HAVE_OPENSSL in CheckOptions()
740 #if HAVE_OPENSSL in PerProcessOptionsParser()
Dnode_constants.cc38 #if HAVE_OPENSSL
1088 #if HAVE_OPENSSL in DefineCryptoConstants()
Dnode.cc44 #if HAVE_OPENSSL
1042 #if HAVE_OPENSSL in InitializeOncePerProcess()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.h34 #undef HAVE_OPENSSL
39 #if defined(HAVE_OPENSSL)
110 #if defined(HAVE_OPENSSL)
/third_party/node/test/parallel/
Dtest-cli-node-print-help.js22 const HAVE_OPENSSL = common.hasCrypto;
27 { compileConstant: HAVE_OPENSSL,
/third_party/libcoap/tests/
Dtest_tls.c32 #ifdef HAVE_OPENSSL
64 #if defined(HAVE_OPENSSL) in t_tls2()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dmd5.h26 #ifdef HAVE_OPENSSL
Dmd5.c38 #ifndef HAVE_OPENSSL
/third_party/skia/third_party/externals/freetype/src/base/
Dmd5.h26 #ifdef HAVE_OPENSSL
/third_party/freetype/src/base/
Dmd5.h26 #ifdef HAVE_OPENSSL
/third_party/skia/third_party/externals/microhttpd/src/
DMakefile.am11 if HAVE_OPENSSL
/third_party/libcoap/
DCMakeLists.txt262 set(HAVE_OPENSSL 1) variable
323 set(HAVE_OPENSSL 1) variable
367 message(STATUS "HAVE_OPENSSL:....................${HAVE_OPENSSL}")
442 $<$<BOOL:${HAVE_OPENSSL}>:${CMAKE_CURRENT_LIST_DIR}/src/coap_openssl.c>
486 PUBLIC $<$<BOOL:${HAVE_OPENSSL}>:OpenSSL::SSL>
487 $<$<BOOL:${HAVE_OPENSSL}>:OpenSSL::Crypto>
Dcmake_coap_config.h.in43 #cmakedefine HAVE_OPENSSL "@HAVE_OPENSSL@"
Dcoap_config.h.linux71 /* #undef HAVE_OPENSSL */
/third_party/pulseaudio/include/
Dconfig.h135 #define HAVE_OPENSSL 1 macro
/third_party/node/
Dnode.gypi320 'defines': [ 'HAVE_OPENSSL=1' ],
367 'defines': [ 'HAVE_OPENSSL=0' ]
/third_party/libcoap/src/
Dcoap_notls.c15 #if !defined(HAVE_LIBTINYDTLS) && !defined(HAVE_OPENSSL) && !defined(HAVE_LIBGNUTLS) && !defined(HA…
/third_party/pulseaudio/
Dconfigure.ac1163 [PKG_CHECK_MODULES(OPENSSL, [ openssl > 0.9 ], HAVE_OPENSSL=1, HAVE_OPENSSL=0)],
1164 HAVE_OPENSSL=0)
1166 AS_IF([test "x$enable_openssl" = "xyes" && test "x$HAVE_OPENSSL" = "x0"],
1169 AM_CONDITIONAL([HAVE_OPENSSL], [test "x$HAVE_OPENSSL" = x1]) condition
1170 AS_IF([test "x$HAVE_OPENSSL" = "x1"], AC_DEFINE([HAVE_OPENSSL], 1, [Have OpenSSL])) definition
1645 AS_IF([test "x$HAVE_OPENSSL" = "x1"], ENABLE_OPENSSL=yes, ENABLE_OPENSSL=no)
/third_party/nghttp2/
DCMakeLists.txt185 set(HAVE_OPENSSL ${OPENSSL_FOUND}) variable
498 OpenSSL: ${HAVE_OPENSSL} (LIBS='${OPENSSL_LIBRARIES}')

12