Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_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
176 SSL_CTX_set_split_send_fragment(), SSL_set_split_send_fragment(),
/freebsd-14-stable/crypto/openssl/util/
HDother.syms606 SSL_set_split_send_fragment define
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h2211 # define SSL_set_split_send_fragment(ssl,m) \ macro
HDssl.h.in2139 # define SSL_set_split_send_fragment(ssl,m) \ macro
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c10399 if (!TEST_false(SSL_set_split_send_fragment(peera, fragsize + 1))) in test_pipelining()
10409 || !TEST_true(SSL_set_split_send_fragment(peera, fragsize))) in test_pipelining()
/freebsd-14-stable/secure/lib/libcrypto/man/man3/
HDMakefile4193 MLINKS+= SSL_CTX_set_split_send_fragment.3 SSL_set_split_send_fragment.3