Home
last modified time | relevance | path

Searched refs:SSL_READ_EARLY_DATA_FINISH (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_read_early_data.pod153 =item SSL_READ_EARLY_DATA_FINISH
162 has returned SSL_READ_EARLY_DATA_SUCCESS or SSL_READ_EARLY_DATA_FINISH) then the
165 SSL_READ_EARLY_DATA_FINISH then in some situations (e.g. if the client only
174 SSL_READ_EARLY_DATA_FINISH. Once it has done so the connection to the client
180 SSL_READ_EARLY_DATA_FINISH.
336 SSL_READ_EARLY_DATA_FINISH for success with no more to data be read. In the
/third_party/nghttp2/src/
Dshrpx_connection.cc429 if (rv == SSL_READ_EARLY_DATA_FINISH) { in tls_handshake()
801 if (rv == SSL_READ_EARLY_DATA_FINISH) { in read_tls()
/third_party/openssl/test/
Dtls13ccstest.c355 SSL_READ_EARLY_DATA_FINISH)) in test_tls13ccs()
Dsslapitest.c2350 SSL_READ_EARLY_DATA_FINISH) in test_early_data_read_write()
2560 SSL_READ_EARLY_DATA_FINISH) in test_early_data_replay_int()
2581 SSL_READ_EARLY_DATA_FINISH) in test_early_data_replay_int()
2673 SSL_READ_EARLY_DATA_FINISH) in early_data_skip_helper()
2830 SSL_READ_EARLY_DATA_FINISH) in test_early_data_not_sent()
2984 readearlyres = SSL_READ_EARLY_DATA_FINISH; in test_early_data_psk()
3267 SSL_READ_EARLY_DATA_FINISH) in test_early_data_tls1_2()
/third_party/openssl/include/openssl/
Dssl.h1834 # define SSL_READ_EARLY_DATA_FINISH 2 macro
/third_party/openssl/apps/
Ds_server.c2368 while (edret != SSL_READ_EARLY_DATA_FINISH) { in sv_body()
/third_party/openssl/ssl/
Dssl_lib.c1851 return SSL_READ_EARLY_DATA_FINISH; in SSL_read_early_data()