Home
last modified time | relevance | path

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

/openssl-master/ssl/record/
A Drecord_local.h24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)
25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
A Drec_layer_s3.c38 rl->rstate = SSL_ST_READ_HEADER; in RECORD_LAYER_clear()
115 if (s->rlayer.rstate == SSL_ST_READ_BODY) in ssl3_pending()
140 switch (s->rlayer.rstate) { in SSL_rstate_string_long()
154 switch (s->rlayer.rstate) { in SSL_rstate_string()
1467 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
A Drecord.h138 int rstate; member
A Drec_layer_d1.c421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()
525 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
/openssl-master/include/openssl/
A Dssl.h.in1079 * The following 3 states are kept in ssl->rlayer.rstate when reads fail, you

Completed in 16 milliseconds