Searched refs:SSL3_VERSION_MAJOR (Results 1 – 5 of 5) 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()
343 if ((version >> 8) != SSL3_VERSION_MAJOR) { in ssl3_get_record()