Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_ST_READ_BODY

320 	if (	(s->rstate != SSL_ST_READ_BODY) ||
325 s->rstate=SSL_ST_READ_BODY;
381 /* now s->rstate == SSL_ST_READ_BODY */
384 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
996 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))