Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_split_send_fragment.pod6 SSL_CTX_set_split_send_fragment, SSL_set_split_send_fragment,
23 long SSL_CTX_set_split_send_fragment(SSL_CTX *ctx, long m);
64 writing encrypted data. SSL_CTX_set_split_send_fragment() and
172 SSL_CTX_set_split_send_fragment(), SSL_set_split_send_fragment(),
DSSL_pending.pod27 DTLS and pipelining (see L<SSL_CTX_set_split_send_fragment(3)>). These
54 L<SSL_CTX_set_split_send_fragment(3)>, L<ssl(7)>
/third_party/openssl/util/
Dprivate.num375 SSL_CTX_set_split_send_fragment define
/third_party/openssl/doc/man1/
Ds_server.pod517 L<SSL_CTX_set_split_send_fragment(3)> for further information.
836 L<SSL_CTX_set_split_send_fragment(3)>,
Ds_client.pod527 L<SSL_CTX_set_split_send_fragment(3)> for further information.
821 L<SSL_CTX_set_max_send_fragment(3)>, L<SSL_CTX_set_split_send_fragment(3)>,
/third_party/openssl/include/openssl/
Dssl.h2056 # define SSL_CTX_set_split_send_fragment(ctx,m) \ macro
/third_party/openssl/apps/
Ds_server.c1850 && !SSL_CTX_set_split_send_fragment(ctx, split_send_fragment)) { in s_server_main()
Ds_client.c1772 && !SSL_CTX_set_split_send_fragment(ctx, split_send_fragment)) { in s_client_main()