Searched refs:SSL_write_early_data (Results 1 – 11 of 11) sorted by relevance
| /third_party/openssl/doc/man3/ |
| D | SSL_read_early_data.pod | 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 [all …]
|
| /third_party/openssl/test/ |
| D | sslapitest.c | 510 || !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 …]
|
| D | tls13ccstest.c | 346 || !TEST_true(SSL_write_early_data(cssl, msg, strlen(msg), in test_tls13ccs()
|
| /third_party/nghttp2/src/ |
| D | shrpx_connection.cc | 944 rv = SSL_write_early_data(tls.ssl, data, len, &nwrite); in write_tls()
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | ssl.rs | 656 pub fn SSL_write_early_data( in SSL_write_early_data() function
|
| /third_party/openssl/util/ |
| D | libssl.num | 431 SSL_write_early_data 432 3_0_0 EXIST::FUNCTION:
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| D | mod.rs | 3492 #[corresponds(SSL_write_early_data)] 3497 ffi::SSL_write_early_data( in write_early_data()
|
| /third_party/openssl/apps/ |
| D | s_client.c | 2703 while (!SSL_write_early_data(con, cbuf, readbytes, &writtenbytes)) { in s_client_main()
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | ssl.h | 1842 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
|
| /third_party/openssl/ssl/ |
| D | ssl_lib.c | 2160 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/ |
| D | ssl.h.in | 1902 __owur int SSL_write_early_data(SSL *s, const void *buf, size_t num,
|