Lines Matching refs:SSL_write_early_data
15 SSL_write_early_data,
40 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written);
94 A client uses the function SSL_write_early_data() to send early data. This
98 page describes the differences between SSL_write_early_data() and
101 When called by a client, SSL_write_early_data() must be the first IO function
107 SSL_write_early_data() call has completed successfully the client may interleave
109 SSL_write_early_data() as required.
111 If SSL_write_early_data() fails you should call L<SSL_get_error(3)> to determine
130 SSL_write_early_data(), this must be the first IO function
164 SSL_write_early_data(). If SSL_read_early_data() returned
167 to SSL_write_early_data() are not allowed. Call L<SSL_is_init_finished(3)> to
169 in progress then the server may interleave calls to SSL_write_early_data() with
245 SSL_set_max_early_data(), SSL_set_recv_max_early_data(), SSL_write_early_data(),
263 SSL_write_early_data(). If the amount of data written will exceed the size of a
264 single TCP packet, or if there are more calls to SSL_write_early_data() then
336 SSL_write_early_data() returns 1 for success or 0 for failure. In the event of a