Searched refs:alert_bytes (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/openssl/ssl/record/ |
| H A D | rec_layer_d1.c | 549 unsigned char *alert_bytes = SSL3_RECORD_get_data(rr) in dtls1_read_bytes() local 553 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in dtls1_read_bytes() 563 s->msg_callback(0, s->version, SSL3_RT_ALERT, alert_bytes, 2, s, in dtls1_read_bytes()
|
| H A D | rec_layer_s3.c | 1488 unsigned char *alert_bytes = SSL3_RECORD_get_data(rr) in ssl3_read_bytes() local 1492 if (!PACKET_buf_init(&alert, alert_bytes, SSL3_RECORD_get_length(rr)) in ssl3_read_bytes() 1502 s->msg_callback(0, s->version, SSL3_RT_ALERT, alert_bytes, 2, s, in ssl3_read_bytes()
|