Home
last modified time | relevance | path

Searched refs:SSL_set_max_pipelines (Results 1 – 6 of 6) 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
175 The SSL_CTX_set_max_pipelines(), SSL_set_max_pipelines(),
/freebsd/crypto/openssl/util/
H A Dother.syms599 SSL_set_max_pipelines define
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2215 # define SSL_set_max_pipelines(ssl,m) \ macro
H A Dssl.h.in2143 # define SSL_set_max_pipelines(ssl,m) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4169 MLINKS+= SSL_CTX_set_split_send_fragment.3 SSL_set_max_pipelines.3
/freebsd/crypto/openssl/test/
H A Dsslapitest.c10408 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()