Home
last modified time | relevance | path

Searched refs:alert_code (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c72 static int alert_cb(void *arg, unsigned char alert_code) in alert_cb() argument
79 return sc->qtcb.alert_cb(s, alert_code, sc->qtarg); in alert_cb()
H A Dquic_channel.c66 static int ch_on_handshake_alert(void *arg, unsigned char alert_code);
1198 static int ch_on_handshake_alert(void *arg, unsigned char alert_code) in ch_on_handshake_alert() argument
1207 if (alert_code == SSL_AD_UNEXPECTED_MESSAGE in ch_on_handshake_alert()
1222 else if (alert_code == SSL_AD_ILLEGAL_PARAMETER in ch_on_handshake_alert()
1232 + alert_code, in ch_on_handshake_alert()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h80 int (*alert_cb)(void *arg, unsigned char alert_code);
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_quic_tls_cbs.pod56 unsigned char alert_code,
133 alert to the peer. The code for the alert is supplied in I<alert_code>.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md109 int (*alert_cb)(void *arg, unsigned char alert_code);
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h279 (SSL * s, unsigned char alert_code, void *arg))
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1218 int (*alert_cb)(SSL *s, unsigned char alert_code, void *arg);
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12955 static int alert_cb(SSL *s, unsigned char alert_code, void *arg) in alert_cb() argument