Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_server.c2684 int write_header = 1, edret = SSL_READ_EARLY_DATA_ERROR; in sv_body() local
2687 while (edret != SSL_READ_EARLY_DATA_FINISH) { in sv_body()
2689 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
2690 if (edret != SSL_READ_EARLY_DATA_ERROR) in sv_body()
3368 int edret = SSL_READ_EARLY_DATA_ERROR; in www_body() local
3371 while (edret != SSL_READ_EARLY_DATA_FINISH) { in www_body()
3373 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in www_body()
3374 if (edret != SSL_READ_EARLY_DATA_ERROR) in www_body()