Searched refs:alert_code (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls_api.c | 72 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 D | quic_channel.c | 66 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 D | quic_tls.h | 80 int (*alert_cb)(void *arg, unsigned char alert_code);
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_quic_tls_cbs.pod | 56 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 D | quic-tls.md | 109 int (*alert_cb)(void *arg, unsigned char alert_code);
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 279 (SSL * s, unsigned char alert_code, void *arg))
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1218 int (*alert_cb)(SSL *s, unsigned char alert_code, void *arg);
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 12955 static int alert_cb(SSL *s, unsigned char alert_code, void *arg) in alert_cb() argument
|