Home
last modified time | relevance | path

Searched refs:DTLSv1_method (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_new.pod11 DTLSv1_method, DTLSv1_server_method, DTLSv1_client_method,
60 const SSL_METHOD *DTLSv1_method(void);
139 =item DTLSv1_method(), DTLSv1_server_method(), DTLSv1_client_method()
/third_party/openssl/ssl/
Dmethods.c262 const SSL_METHOD *DTLSv1_method(void) in DTLSv1_method() function
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c185 priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); in gst_dtls_agent_init()
/third_party/openssl/util/
Dlibssl.num238 DTLSv1_method 239 1_1_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0,DTLS1_METHOD
/third_party/openssl/include/openssl/
Dssl.h1895 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h34 #define DTLSv1_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLSv1_method) macro
/third_party/gstreamer/gstplugins_bad/
DChangeLog67026 - DTLSv1_method() is deprecated, and since 1.0.2 replaced by
67032 gstdtlsagent.c:173:3: error: ‘DTLSv1_method’ is deprecated [-Werror=deprecated-declarations]
67033 priv->ssl_context = SSL_CTX_new (DTLSv1_method ());
67039 DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *DTLSv1_method(void)) /* DTLSv1.0 */