Searched refs:SSL_read_early_data (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_read_early_data.pod | 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. [all …]
|
D | SSL_in_init.pod | 99 L<SSL_read_early_data(3)>
|
D | SSL_CTX_set_options.pod | 232 OpenSSL will switch on replay protection. See L<SSL_read_early_data(3)> for a
|
/third_party/openssl/test/ |
D | tls13ccstest.c | 342 && !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs() 353 if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs()
|
D | sslapitest.c | 478 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_keylog_no_master_key() 2282 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, in test_early_data_read_write() 2308 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write() 2351 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write() 2382 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write() 2429 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write() 2444 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write() 2561 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int() 2573 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int() 2582 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int() [all …]
|
/third_party/openssl/fuzz/ |
D | server.c | 625 ret = SSL_read_early_data(server, early_buf, sizeof(early_buf), &early_len); in FuzzerTestOneInput()
|
/third_party/nghttp2/src/ |
D | shrpx_connection.cc | 405 rv = SSL_read_early_data(tls.ssl, buf.data(), buf.size(), &nread); in tls_handshake() 776 auto rv = SSL_read_early_data(tls.ssl, data, len, &nread); in read_tls()
|
/third_party/openssl/util/ |
D | libssl.num | 432 SSL_read_early_data 433 1_1_1 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1836 __owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
|
/third_party/openssl/apps/ |
D | s_server.c | 2381 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 1806 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1316 SSL_F_SSL_READ_EARLY_DATA:529:SSL_read_early_data
|
/third_party/openssl/ |
D | CHANGES | 944 SSL_read_early_data() man page for further details.
|