Searched refs:alert_descr (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 553 unsigned int alert_level, alert_descr; in dtls1_read_bytes() local 560 || !PACKET_get_1(&alert, &alert_descr) in dtls1_read_bytes() 576 j = (alert_level << 8) | alert_descr; in dtls1_read_bytes() 581 s->s3.warn_alert = alert_descr; in dtls1_read_bytes() 591 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes() 612 s->s3.fatal_alert = alert_descr; in dtls1_read_bytes() 614 SSL_AD_REASON_OFFSET + alert_descr, in dtls1_read_bytes() 615 "SSL alert number %d", alert_descr); in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1537 unsigned int alert_level, alert_descr; in ssl3_read_bytes() local 1544 || !PACKET_get_1(&alert, &alert_descr) in ssl3_read_bytes() 1560 j = (alert_level << 8) | alert_descr; in ssl3_read_bytes() 1565 || (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED)) { in ssl3_read_bytes() 1566 s->s3.warn_alert = alert_descr; in ssl3_read_bytes() 1581 if (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED) { in ssl3_read_bytes() 1583 } else if (alert_descr == SSL_AD_CLOSE_NOTIFY in ssl3_read_bytes() 1589 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes() 1591 SSL_AD_REASON_OFFSET + alert_descr, in ssl3_read_bytes() 1592 "SSL alert number %d", alert_descr); in ssl3_read_bytes() [all...] |
/third_party/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 553 unsigned int alert_level, alert_descr; in dtls1_read_bytes() local 560 || !PACKET_get_1(&alert, &alert_descr) in dtls1_read_bytes() 576 j = (alert_level << 8) | alert_descr; in dtls1_read_bytes() 581 s->s3.warn_alert = alert_descr; in dtls1_read_bytes() 591 if (alert_descr == SSL_AD_CLOSE_NOTIFY) { in dtls1_read_bytes() 612 s->s3.fatal_alert = alert_descr; in dtls1_read_bytes() 614 SSL_AD_REASON_OFFSET + alert_descr, in dtls1_read_bytes() 615 "SSL alert number %d", alert_descr); in dtls1_read_bytes()
|
H A D | rec_layer_s3.c | 1548 unsigned int alert_level, alert_descr; in ssl3_read_bytes() local 1555 || !PACKET_get_1(&alert, &alert_descr) in ssl3_read_bytes() 1571 j = (alert_level << 8) | alert_descr; in ssl3_read_bytes() 1576 || (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED)) { in ssl3_read_bytes() 1577 s->s3.warn_alert = alert_descr; in ssl3_read_bytes() 1592 if (is_tls13 && alert_descr == SSL_AD_USER_CANCELLED) { in ssl3_read_bytes() 1594 } else if (alert_descr == SSL_AD_CLOSE_NOTIFY in ssl3_read_bytes() 1600 s->s3.fatal_alert = alert_descr; in ssl3_read_bytes() 1602 SSL_AD_REASON_OFFSET + alert_descr, in ssl3_read_bytes() 1603 "SSL alert number %d", alert_descr); in ssl3_read_bytes() [all...] |
Completed in 7 milliseconds