Symbol: SSL_read_early_data
crypto/openssl/apps/s_server.c
2689
edret = SSL_read_early_data(con, buf, bufsize, &readbytes);
crypto/openssl/apps/s_server.c
3373
edret = SSL_read_early_data(con, buf, bufsize, &readbytes);
crypto/openssl/fuzz/server.c
719
ret = SSL_read_early_data(server, early_buf, sizeof(early_buf), &early_len);
crypto/openssl/include/openssl/ssl.h
2009
__owur int SSL_read_early_data(SSL *s, void *buf, size_t num,
crypto/openssl/test/quicapitest.c
798
if (!TEST_false(SSL_read_early_data(ssl, buf, sizeof(buf), &len))
crypto/openssl/test/sslapitest.c
3769
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
3799
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
3842
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
3873
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
3920
|| !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
3935
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4054
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4066
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4078
|| !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4215
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4388
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4604
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4734
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4862
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
4872
|| !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
522
|| !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
6966
|| !TEST_int_eq(SSL_read_early_data(serverssl, buf, sizeof(buf),
crypto/openssl/test/sslapitest.c
8337
if (!TEST_int_eq(SSL_read_early_data(serverssl, buf,
crypto/openssl/test/tls13ccstest.c
351
&& !TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),
crypto/openssl/test/tls13ccstest.c
362
if (!TEST_int_eq(SSL_read_early_data(sssl, buf, sizeof(buf),