Lines Matching refs:SSL_read_early_data
16 SSL_read_early_data,
42 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes);
127 A server uses the SSL_read_early_data() function to receive early data on a
135 SSL_read_early_data() is similar to L<SSL_read_ex(3)> with the following
138 SSL_read_early_data() may return 3 possible values:
151 call SSL_read_early_data() to read more data.
156 first call to SSL_read_early_data() if the client has not sent any early data,
161 Once the initial SSL_read_early_data() call has completed successfully (i.e. it
164 SSL_write_early_data(). If SSL_read_early_data() returned
170 calls to SSL_read_early_data() as required.
173 L<SSL_write(3)> until SSL_read_early_data() has returned with
179 attempt to complete the connection before SSL_read_early_data() has returned
182 Only servers may call SSL_read_early_data().
184 Calls to SSL_read_early_data() may, in certain circumstances, complete the
203 server application will either use both of SSL_read_early_data() and
246 SSL_read_early_data(), SSL_get_early_data_status() and
339 SSL_read_early_data() returns SSL_READ_EARLY_DATA_ERROR for failure,