Home
last modified time | relevance | path

Searched refs:SSL_read_early_data (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_read_early_data.pod16 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 …]
H A DSSL_in_init.pod99 L<SSL_read_early_data(3)>
H A DSSL_CTX_set_options.pod209 OpenSSL will switch on replay protection. See L<SSL_read_early_data(3)> for a
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_read_early_data.pod16 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 …]
H A DSSL_in_init.pod99 L<SSL_read_early_data(3)>
H A DSSL_CTX_set_options.pod232 OpenSSL will switch on replay protection. See L<SSL_read_early_data(3)> for a
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls13ccstest.c349 && !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs()
360 if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf), in test_tls13ccs()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dtls13ccstest.c342 && !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()
H A Dsslapitest.c464 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_keylog_no_master_key()
2419 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, in test_early_data_read_write()
2445 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write()
2488 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write()
2519 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write()
2566 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write()
2581 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_read_write()
2698 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int()
2710 if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int()
2719 || !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf), in test_early_data_replay_int()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dserver.c633 ret = SSL_read_early_data(server, early_buf, sizeof(early_buf), &early_len); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dserver.c625 ret = SSL_read_early_data(server, early_buf, sizeof(early_buf), &early_len); in FuzzerTestOneInput()
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/
H A Dssl.map485 SSL_read_early_data;
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/
H A Dssl.map404 SSL_read_early_data;
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dman.inc405 SSL_read_early_data.3 \
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc628 SSL_read_early_data.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dlibssl.num432 SSL_read_early_data 433 1_1_1 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dlibssl.num432 SSL_read_early_data 433 3_0_0 EXIST::FUNCTION:
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info2566 DEPEND[html/man3/SSL_read_early_data.html]=man3/SSL_read_early_data.pod
2567 GENERATE[html/man3/SSL_read_early_data.html]=man3/SSL_read_early_data.pod
2568 DEPEND[man/man3/SSL_read_early_data.3]=man3/SSL_read_early_data.pod
2569 GENERATE[man/man3/SSL_read_early_data.3]=man3/SSL_read_early_data.pod
3427 html/man3/SSL_read_early_data.html \
4035 man/man3/SSL_read_early_data.3 \
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h1846 __owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_server.c2402 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2482 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1820 int SSL_read_early_data(SSL *s, void *buf, size_t num, size_t *readbytes) in SSL_read_early_data() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1316 SSL_F_SSL_READ_EARLY_DATA:529:SSL_read_early_data
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in1894 __owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES994 SSL_read_early_data() man page for further details.