Home
last modified time | relevance | path

Searched refs:LWS_HAVE_EC_KEY_new_by_curve_name (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/
Dlws_config.h65 #define LWS_HAVE_EC_KEY_new_by_curve_name macro
/third_party/libwebsockets/cmake/
Dlws_config.h.in40 #cmakedefine LWS_HAVE_EC_KEY_new_by_curve_name
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c158 #if !defined(OPENSSL_NO_EC) && defined(LWS_HAVE_EC_KEY_new_by_curve_name) && \
424 #if !defined(OPENSSL_NO_EC) && defined(LWS_HAVE_EC_KEY_new_by_curve_name) && \
Dlws-genec.c30 #if !defined(OPENSSL_NO_EC) && defined(LWS_HAVE_EC_KEY_new_by_curve_name) && \
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt354 CHECK_FUNCTION_EXISTS(${VARIA}EC_KEY_new_by_curve_name LWS_HAVE_EC_KEY_new_by_curve_name PARENT_SCO…