Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_tls.h80 int (*alert_cb)(void *arg, unsigned char alert_code);
/openssl/ssl/quic/
H A Dquic_channel.c69 static int ch_on_handshake_alert(void *arg, unsigned char alert_code);
1058 static int ch_on_handshake_alert(void *arg, unsigned char alert_code) in ch_on_handshake_alert() argument
1067 if (alert_code == SSL_AD_UNEXPECTED_MESSAGE in ch_on_handshake_alert()
1082 else if (alert_code == SSL_AD_ILLEGAL_PARAMETER in ch_on_handshake_alert()
1092 + alert_code, in ch_on_handshake_alert()
/openssl/doc/designs/quic-design/
H A Dquic-tls.md109 int (*alert_cb)(void *arg, unsigned char alert_code);

Completed in 13 milliseconds