Home
last modified time | relevance | path

Searched refs:alert_bytes (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/record/
H A Drec_layer_d1.c383 const unsigned char *alert_bytes = rr->data + rr->off; in dtls1_read_bytes() local
386 if (!PACKET_buf_init(&alert, alert_bytes, rr->length) in dtls1_read_bytes()
395 sc->msg_callback(0, sc->version, SSL3_RT_ALERT, alert_bytes, 2, s, in dtls1_read_bytes()
H A Drec_layer_s3.c858 const unsigned char *alert_bytes = rr->data + rr->off; in ssl3_read_bytes() local
861 if (!PACKET_buf_init(&alert, alert_bytes, rr->length) in ssl3_read_bytes()
870 s->msg_callback(0, s->version, SSL3_RT_ALERT, alert_bytes, 2, ssl, in ssl3_read_bytes()

Completed in 9 milliseconds