Home
last modified time | relevance | path

Searched refs:SSL_AD_PROTOCOL_VERSION (Results 1 – 6 of 6) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dssl_stat.c629 case SSL_AD_PROTOCOL_VERSION: in SSL_alert_desc_string()
726 case SSL_AD_PROTOCOL_VERSION: in SSL_alert_desc_string_long()
H A Dssl_pkt.c380 al = SSL_AD_PROTOCOL_VERSION; in ssl3_get_record()
H A Dssl_clnt.c794 al = SSL_AD_PROTOCOL_VERSION; in ssl3_get_dtls_hello_verify()
864 al = SSL_AD_PROTOCOL_VERSION; in ssl3_get_server_hello()
H A Dssl_tlsext.c1636 *alert = SSL_AD_PROTOCOL_VERSION; in tlsext_versions_server_parse()
H A Dssl_srvr.c852 al = SSL_AD_PROTOCOL_VERSION; in ssl3_get_client_hello()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h811 #define SSL_AD_PROTOCOL_VERSION 70 macro