Symbol: SSL_AD_PROTOCOL_VERSION
crypto/openssl/ssl/record/methods/ktls_meth.c
362
RLAYERfatal(rl, SSL_AD_PROTOCOL_VERSION,
crypto/openssl/ssl/record/methods/tls_common.c
1001
RLAYERfatal(rl, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_VERSION_NUMBER);
crypto/openssl/ssl/record/methods/tls_common.c
656
RLAYERfatal(rl, SSL_AD_PROTOCOL_VERSION,
crypto/openssl/ssl/record/methods/tlsany_meth.c
110
RLAYERfatal(rl, SSL_AD_PROTOCOL_VERSION,
crypto/openssl/ssl/record/methods/tlsany_meth.c
81
RLAYERfatal(rl, SSL_AD_PROTOCOL_VERSION,
crypto/openssl/ssl/s3_enc.c
472
case SSL_AD_PROTOCOL_VERSION:
crypto/openssl/ssl/s3_msg.c
54
if (s->version == SSL3_VERSION && desc == SSL_AD_PROTOCOL_VERSION)
crypto/openssl/ssl/statem/statem_clnt.c
1702
SSLfatal(s, SSL_AD_PROTOCOL_VERSION,
crypto/openssl/ssl/statem/statem_lib.c
155
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_NO_PROTOCOLS_AVAILABLE);
crypto/openssl/ssl/statem/statem_lib.c
2339
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION);
crypto/openssl/ssl/statem/statem_lib.c
2347
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_WRONG_SSL_VERSION);
crypto/openssl/ssl/statem/statem_lib.c
2373
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, ret);
crypto/openssl/ssl/statem/statem_lib.c
2379
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_UNSUPPORTED_PROTOCOL);
crypto/openssl/ssl/statem/statem_lib.c
2427
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_UNSUPPORTED_PROTOCOL);
crypto/openssl/ssl/statem/statem_srvr.c
1765
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, SSL_R_UNKNOWN_PROTOCOL);
crypto/openssl/ssl/statem/statem_srvr.c
1780
SSLfatal(s, SSL_AD_PROTOCOL_VERSION, protverr);
crypto/openssl/ssl/t1_enc.c
566
case SSL_AD_PROTOCOL_VERSION:
crypto/openssl/test/helpers/handshake.c
244
*al = SSL_AD_PROTOCOL_VERSION;