Searched refs:rret (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c175 int enc_err, rret; local
209 rret = ssl3_read_n(s, SSL3_RT_HEADER_LENGTH,
212 if (rret <= 0) {
214 if (!BIO_get_ktls_recv(s->rbio) || rret == 0)
215 return rret; /* error or non-blocking */
236 return rret;
437 rret = ssl3_read_n(s, more, more, 1, 0, &n);
438 if (rret <= 0)
439 return rret; /* error or non-blocking io */
1873 int rret; local
[all...]

Completed in 56 milliseconds