Home
last modified time | relevance | path

Searched defs:alert_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h80 int (*alert_cb)(void *arg, unsigned char alert_code); member
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c72 static int alert_cb(void *arg, unsigned char alert_code) in alert_cb() function
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1220 int (*alert_cb)(SSL *s, unsigned char alert_code, void *arg); member
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12850 static int alert_cb(SSL *s, unsigned char alert_code, void *arg) in alert_cb() function