Home
last modified time | relevance | path

Searched refs:SSL_set_max_pipelines (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod7 SSL_CTX_set_max_pipelines, SSL_set_max_pipelines,
21 long SSL_set_max_pipelines(SSL_CTX *ssl, long m);
53 SSL_CTX_set_max_pipelines() and SSL_set_max_pipelines() set the maximum number
127 SSL_set_max_send_fragment(), SSL_set_max_pipelines(),
180 The SSL_CTX_set_max_pipelines(), SSL_set_max_pipelines(),
/freebsd/crypto/openssl/test/
H A Dsslbuffertest.c230 || !TEST_true(SSL_set_max_pipelines(serverssl, 2))) in test_free_buffers()
H A Dquicapitest.c890 || !TEST_false(SSL_set_max_pipelines(ssl, 2))) in test_quic_forbidden_options()
H A Dsslapitest.c11538 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()
/freebsd/crypto/openssl/util/
H A Dother.syms681 SSL_set_max_pipelines define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2259 # define SSL_set_max_pipelines(ssl,m) \ macro
H A Dssl.h.in2212 # define SSL_set_max_pipelines(ssl,m) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4253 MLINKS+= SSL_CTX_set_split_send_fragment.3 SSL_set_max_pipelines.3