Home
last modified time | relevance | path

Searched refs:DTLS_client_method (Results 1 – 3 of 3) sorted by path

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c293 s_client_config.meth = DTLS_client_method(); in s_client_opt_protocol_version_dtls()
303 s_client_config.meth = DTLS_client_method(); in s_client_opt_protocol_version_dtls1()
315 s_client_config.meth = DTLS_client_method(); in s_client_opt_protocol_version_dtls1_2()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1370 const SSL_METHOD *DTLS_client_method(void); /* DTLS v1.0 or later */
/dragonfly/crypto/libressl/ssl/
H A Dssl_methods.c226 DTLS_client_method(void) in DTLS_client_method() function