Home
last modified time | relevance | path

Searched refs:read_ahead (Results 1 – 13 of 13) sorted by relevance

/openssl/ssl/record/
H A Drecord.h96 int read_ahead; member
134 #define RECORD_LAYER_set_read_ahead(rl, ra) ((rl)->read_ahead = (ra))
135 #define RECORD_LAYER_get_read_ahead(rl) ((rl)->read_ahead)
H A Drec_layer_s3.c1289 &s->rlayer.read_ahead); in ssl_set_new_record_layer()
/openssl/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod58 automatically turn on "read_ahead" (see L<SSL_CTX_set_read_ahead(3)>). This is
92 above when setting B<max_pipelines> to a value greater than one, B<read_ahead>
93 is automatically set. The B<read_ahead> parameter causes OpenSSL to attempt to
98 connection. Setting B<read_ahead> can impact the behaviour of the SSL_pending()
H A DSSL_CTX_set_read_ahead.pod44 B<read_ahead> can impact the behaviour of the SSL_pending() function
H A DSSL_pending.pod24 If the B<SSL> object's I<read_ahead> flag is set (see
H A DSSL_new.pod80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
/openssl/ssl/record/methods/
H A Dktls_meth.c441 (*retrl)->read_ahead = 1; in ktls_new_record_layer()
H A Drecmethod_local.h281 int read_ahead; member
H A Dtls_common.c383 if (!rl->read_ahead && !rl->isdtls) { in tls_default_read_n()
1241 if (p != NULL && !OSSL_PARAM_get_int(p, &rl->read_ahead)) { in tls_set_options()
2029 rl->read_ahead = 1; in tls_set_max_pipelines()
/openssl/ssl/
H A Dssl_lib.c787 RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead); in ossl_ssl_connection_new_int()
1872 &sc->rlayer.read_ahead); in SSL_set_read_ahead()
3083 return ctx->read_ahead; in SSL_CTX_ctrl()
3085 l = ctx->read_ahead; in SSL_CTX_ctrl()
3086 ctx->read_ahead = larg; in SSL_CTX_ctrl()
H A Dssl_local.h927 int read_ahead; member
/openssl/test/
H A Dsslapitest.c960 int read_ahead) in execute_test_large_message() argument
984 if (read_ahead) { in execute_test_large_message()
/openssl/
H A DCHANGES.md16804 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new

Completed in 149 milliseconds