Home
last modified time | relevance | path

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

/third_party/openssl/ssl/record/
Drecord_local.h24 #define RECORD_LAYER_get_rstate(rl) ((rl)->rstate)
25 #define RECORD_LAYER_set_rstate(rl, st) ((rl)->rstate = (st))
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()
1421 s->rlayer.rstate = SSL_ST_READ_HEADER; in ssl3_read_bytes()
Drecord.h136 int rstate; member
Drec_layer_d1.c421 || (s->rlayer.rstate == SSL_ST_READ_BODY)) { in dtls1_read_bytes()
523 s->rlayer.rstate = SSL_ST_READ_HEADER; in dtls1_read_bytes()
/third_party/lwip/src/include/netif/ppp/
Dvj.h151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */ member
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h141 int rstate; member
/third_party/lwip/src/netif/ppp/
Dvj.c477 cs = &comp->rstate[comp->last_recv = IPH_PROTO(ip)]; in vj_uncompress_uncomp()
534 cs = &comp->rstate[comp->last_recv]; in vj_uncompress_tcp()
/third_party/uboot/u-boot-2020.01/drivers/qe/
Duec.h385 u8 rstate; member
Duec.c836 out_8(&uec->p_rx_glbl_pram->rstate, bmrx); in uec_init_rx_parameter()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dcpm_8xx.h600 ulong rstate; /* Rx internal state */ member