Home
last modified time | relevance | path

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

/openssl/ssl/
H A Ds3_msg.c67 if (!RECORD_LAYER_write_pending(&s->rlayer)) { in ssl3_send_alert()
106 if (RECORD_LAYER_write_pending(&sc->rlayer)) { in ssl3_dispatch_alert()
H A Dssl_lib.c2801 if (RECORD_LAYER_write_pending(&sc->rlayer)) { in SSL_key_update()
2902 if (!RECORD_LAYER_write_pending(&sc->rlayer) && !SSL_in_init(s)) in SSL_new_session_ticket()
H A Ds3_lib.c4648 && !RECORD_LAYER_write_pending(&sc->rlayer) in ssl3_renegotiate_check()
/openssl/ssl/record/
H A Drecord.h142 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl);
H A Drec_layer_s3.c112 int RECORD_LAYER_write_pending(const RECORD_LAYER *rl) in RECORD_LAYER_write_pending() function

Completed in 34 milliseconds