Home | History | Annotate | Download | only in quic

Lines Matching refs:alert

21             (rl)->alert = (ad);        \
40 * QUIC error code (usually in the TLS Alert-mapped CRYPTO_ERR range). Valid
80 * If we hit an error, what alert code should be used
82 int alert;
250 unsigned char alert;
294 * We assume that libssl always sends both bytes of an alert to
302 * Byte 0 is the alert level (we ignore it) and byte 1 is the alert
305 alert = template->buf[1];
307 if (!rl->qtls->args.alert_cb(rl->qtls->args.alert_cb_arg, alert)) {
444 return rl->alert;