Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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);
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
[all …]
/third_party/openssl/test/
Dsslapitest.c477 || !TEST_true(SSL_write_early_data(clientssl, NULL, 0, &written)) in test_keylog_no_master_key()
2279 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
2294 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write()
2302 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write()
2315 if (!TEST_true(SSL_write_early_data(serverssl, MSG4, strlen(MSG4), in test_early_data_read_write()
2361 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write()
2378 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
2426 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
2440 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
2555 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
[all …]
Dtls13ccstest.c339 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
/third_party/nghttp2/src/
Dshrpx_connection.cc704 rv = SSL_write_early_data(tls.ssl, data, len, &nwrite); in write_tls()
/third_party/openssl/util/
Dlibssl.num431 SSL_write_early_data 432 1_1_1 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1842 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
/third_party/openssl/apps/
Ds_client.c2751 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/third_party/openssl/ssl/
Dssl_lib.c1997 int SSL_write_early_data(SSL *s, const void *buf, size_t num, size_t *written) in SSL_write_early_data() function
/third_party/openssl/crypto/err/
Dopenssl.txt1360 SSL_F_SSL_WRITE_EARLY_DATA:526:SSL_write_early_data