Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
HDsslutils.c82 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in ssl_init_once()
/dragonfly/crypto/libressl/tls/
HDtls.c505 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_ENABLE_PARTIAL_WRITE); in tls_configure_ssl()
506 SSL_CTX_set_mode(ssl_ctx, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER); in tls_configure_ssl()
/dragonfly/contrib/tnftp/src/
HDssl.c608 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in fetch_start_ssl()
/dragonfly/crypto/libressl/
HDREADME.DELETED493 man/SSL_CTX_set_mode.3
/dragonfly/lib/libfetch/
HDcommon.c1216 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY); in fetch_ssl()
/dragonfly/crypto/libressl/apps/openssl/
HDocsp.c1521 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in process_responder()
/dragonfly/crypto/libressl/include/openssl/
HDssl.h487 #define SSL_CTX_set_mode(ctx,op) \ macro