Searched refs:alert_cb (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() function 79 return sc->qtcb.alert_cb(s, alert_code, sc->qtarg); in alert_cb() 108 if (qtcb->alert_cb == NULL) in tls_callbacks_from_dispatch() 109 qtcb->alert_cb = OSSL_FUNC_SSL_QUIC_TLS_alert(qtdis); in tls_callbacks_from_dispatch() 119 || qtcb->alert_cb == NULL) { in tls_callbacks_from_dispatch() 157 qtlsargs.alert_cb = alert_cb; in SSL_set_quic_tls_cbs()
|
| H A D | quic_tls.c | 307 if (!rl->qtls->args.alert_cb(rl->qtls->args.alert_cb_arg, alert)) { in quic_write_records()
|
| H A D | quic_channel.c | 355 tls_args.alert_cb = ch_on_handshake_alert; in ch_init()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_tls.h | 80 int (*alert_cb)(void *arg, unsigned char alert_code); member
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 109 int (*alert_cb)(void *arg, unsigned char alert_code); 131 attempts to send an alert and will communicate this via the `alert_cb` callback. 201 `alert_cb` callback. Note that while the TLS RFC strictly allows the 2 byte
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_quic_tls_cbs.pod | 168 {OSSL_FUNC_SSL_QUIC_TLS_ALERT, (void (*)(void))alert_cb},
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1218 int (*alert_cb)(SSL *s, unsigned char alert_code, void *arg); member
|
| /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() function 12991 { OSSL_FUNC_SSL_QUIC_TLS_ALERT, (void (*)(void))alert_cb }, in test_quic_tls() 13156 { OSSL_FUNC_SSL_QUIC_TLS_ALERT, (void (*)(void))alert_cb }, in test_quic_tls_early_data()
|