Home
last modified time | relevance | path

Searched refs:SSL_write_early_data (Results 1 – 11 of 11) 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.c510 || !TEST_true(SSL_write_early_data(clientssl, NULL, 0, &written)) in test_keylog_no_master_key()
3315 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3330 if (!TEST_true(SSL_write_early_data(serverssl, MSG2, strlen(MSG2), in test_early_data_read_write()
3338 if (!TEST_true(SSL_write_early_data(clientssl, MSG3, strlen(MSG3), in test_early_data_read_write()
3351 if (!TEST_true(SSL_write_early_data(serverssl, MSG4, strlen(MSG4), in test_early_data_read_write()
3397 if (!TEST_true(SSL_write_early_data(serverssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3414 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3462 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3476 if (!TEST_false(SSL_write_early_data(clientssl, MSG6, strlen(MSG6), in test_early_data_read_write()
3591 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
[all …]
Dtls13ccstest.c346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
/third_party/nghttp2/src/
Dshrpx_connection.cc944 rv = SSL_write_early_data(tls.ssl, data, len, &nwrite); in write_tls()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs656 pub fn SSL_write_early_data( in SSL_write_early_data() function
/third_party/openssl/util/
Dlibssl.num431 SSL_write_early_data 432 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs3492 #[corresponds(SSL_write_early_data)]
3497 ffi::SSL_write_early_data( in write_early_data()
/third_party/openssl/apps/
Ds_client.c2703 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1842 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
/third_party/openssl/ssl/
Dssl_lib.c2160 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/include/openssl/
Dssl.h.in1902 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,