Searched refs:SSL_CTX_set_split_send_fragment (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_split_send_fragment.pod | 6 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(),
|
D | SSL_pending.pod | 27 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/ |
D | private.num | 375 SSL_CTX_set_split_send_fragment define
|
/third_party/openssl/doc/man1/ |
D | s_server.pod | 517 L<SSL_CTX_set_split_send_fragment(3)> for further information. 836 L<SSL_CTX_set_split_send_fragment(3)>,
|
D | s_client.pod | 527 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/ |
D | ssl.h | 2056 # define SSL_CTX_set_split_send_fragment(ctx,m) \ macro
|
/third_party/openssl/apps/ |
D | s_server.c | 1850 && !SSL_CTX_set_split_send_fragment(ctx, split_send_fragment)) { in s_server_main()
|
D | s_client.c | 1772 && !SSL_CTX_set_split_send_fragment(ctx, split_send_fragment)) { in s_client_main()
|