Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_server.c2580 int write_header = 1, edret = SSL_READ_EARLY_DATA_ERROR; in sv_body() local
2583 while (edret != SSL_READ_EARLY_DATA_FINISH) { in sv_body()
2585 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in sv_body()
2586 if (edret != SSL_READ_EARLY_DATA_ERROR) in sv_body()
3265 int edret = SSL_READ_EARLY_DATA_ERROR; in www_body() local
3268 while (edret != SSL_READ_EARLY_DATA_FINISH) { in www_body()
3270 edret = SSL_read_early_data(con, buf, bufsize, &readbytes); in www_body()
3271 if (edret != SSL_READ_EARLY_DATA_ERROR) in www_body()

Completed in 11 milliseconds