HomeSort by relevance Sort by last modified time
    Searched refs:SSL_ST_READ_BODY (Results 1 - 7 of 7) sorted by null

  /external/openssl/ssl/
ssl_stat.c 245 case SSL_ST_READ_BODY: str="read body"; break;
562 case SSL_ST_READ_BODY: str="RB"; break;
s2_pkt.c 198 s->rstate=SSL_ST_READ_BODY;
219 if (s->rstate == SSL_ST_READ_BODY)
s3_pkt.c 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))
    [all...]
d1_pkt.c 551 if ( (s->rstate != SSL_ST_READ_BODY) ||
565 s->rstate=SSL_ST_READ_BODY;
629 /* now s->rstate == SSL_ST_READ_BODY */
632 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
803 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
    [all...]
s3_lib.c     [all...]
ssl.h     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]

Completed in 21 milliseconds