Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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
/freebsd/crypto/openssl/test/
H A Dtls13ccstest.c362 SSL_READ_EARLY_DATA_FINISH)) in test_tls13ccs()
H A Dsslapitest.c3583 SSL_READ_EARLY_DATA_FINISH) in test_early_data_read_write()
3794 SSL_READ_EARLY_DATA_FINISH) in test_early_data_replay_int()
3815 SSL_READ_EARLY_DATA_FINISH) in test_early_data_replay_int()
3942 SSL_READ_EARLY_DATA_FINISH) in early_data_skip_helper()
4116 SSL_READ_EARLY_DATA_FINISH) in test_early_data_not_sent()
4271 readearlyres = SSL_READ_EARLY_DATA_FINISH; in test_early_data_psk()
4560 SSL_READ_EARLY_DATA_FINISH) in test_early_data_tls1_2()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1964 # define SSL_READ_EARLY_DATA_FINISH 2 macro
H A Dssl.h.in1892 # define SSL_READ_EARLY_DATA_FINISH 2 macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c2480 while (edret != SSL_READ_EARLY_DATA_FINISH) { in sv_body()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1971 return SSL_READ_EARLY_DATA_FINISH; in SSL_read_early_data()