Searched refs:SSL3_VERSION_MAJOR (Results 1 – 6 of 6) sorted by relevance
210 # define SSL3_VERSION_MAJOR 0x03 macro
266 if ((as->ssl_version >> 8) != SSL3_VERSION_MAJOR in d2i_SSL_SESSION()
364 if ((s->version >> 8) != SSL3_VERSION_MAJOR) { in state_machine()
1654 != (SSL3_VERSION_MAJOR << 8)) { in tls_early_post_process_client_hello()
2029 if(ssl_ver == SSL3_VERSION_MAJOR) { in ssl_msg_type()2180 if(ssl_ver == SSL3_VERSION_MAJOR && content_type) in ossl_trace()
312 if ((version >> 8) != SSL3_VERSION_MAJOR) { in ssl3_get_record()