Home
last modified time | relevance | path

Searched refs:SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dt1_enc.c390 if (!(s->internal->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) && in tls1_setup_key_block()
H A Dssl_both.c680 if (!(s->internal->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) in ssl3_setup_write_buffer()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h393 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L macro
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4573 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()