Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod6 SSL_CTX_set_split_send_fragment, SSL_set_split_send_fragment,
24 long SSL_set_split_send_fragment(SSL *ssl, long m);
65 SSL_set_split_send_fragment() define how data is split up into pipelines when
128 SSL_set_split_send_fragment(), SSL_set_default_read_buffer_len() and
181 SSL_CTX_set_split_send_fragment(), SSL_set_split_send_fragment(),
/freebsd/crypto/openssl/util/
H A Dother.syms688 SSL_set_split_send_fragment define
/freebsd/crypto/openssl/test/
H A Dquicapitest.c812 || !TEST_false(SSL_set_split_send_fragment(ssl, 2)) in test_quic_forbidden_options()
H A Dsslapitest.c11539 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1))) in test_pipelining()
11549 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize))) in test_pipelining()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2255 # define SSL_set_split_send_fragment(ssl,m) \ macro
H A Dssl.h.in2208 # define SSL_set_split_send_fragment(ssl,m) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4255 MLINKS+= SSL_CTX_set_split_send_fragment.3 SSL_set_split_send_fragment.3