Searched refs:SSL_set_max_pipelines (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_split_send_fragment.pod | 7 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 D | sslbuffertest.c | 230 || !TEST_true(SSL_set_max_pipelines(serverssl, 2))) in test_free_buffers()
|
H A D | quicapitest.c | 890 || !TEST_false(SSL_set_max_pipelines(ssl, 2))) in test_quic_forbidden_options()
|
H A D | sslapitest.c | 11538 if (!TEST_true(SSL_set_max_pipelines(peera, numpipes)) in test_pipelining()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 681 SSL_set_max_pipelines define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2259 # define SSL_set_max_pipelines(ssl,m) \ macro
|
H A D | ssl.h.in | 2212 # define SSL_set_max_pipelines(ssl,m) \ macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4253 MLINKS+= SSL_CTX_set_split_send_fragment.3 SSL_set_max_pipelines.3
|