Home
last modified time | relevance | path

Searched refs:SSL_write_early_data (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_read_early_data.pod15 SSL_write_early_data,
40 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written);
93 A client uses the function SSL_write_early_data() to send early data. This
97 page describes the differences between SSL_write_early_data() and
100 When called by a client, SSL_write_early_data() must be the first IO function
106 SSL_write_early_data() call has completed successfully the client may interleave
108 SSL_write_early_data() as required.
129 SSL_write_early_data(), this must be the first IO function
163 SSL_write_early_data(). If SSL_read_early_data() returned
166 to SSL_write_early_data() are not allowed. Call L<SSL_is_init_finished(3)> to
[all …]
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map508 SSL_write_early_data;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1842 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
/freebsd-12.1/crypto/openssl/apps/
H A Ds_client.c2721 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c1987 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data() function
/freebsd-12.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1353 SSL_F_SSL_WRITE_EARLY_DATA:526:SSL_write_early_data
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2802 MLINKS+= SSL_read_early_data.3 SSL_write_early_data.3