Searched refs:TLS1_1_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
295 } else if (p[4] >= TLS1_1_VERSION_MINOR && in ssl23_get_client_hello()365 } else if (v[1] >= TLS1_1_VERSION_MINOR && in ssl23_get_client_hello()
392 version_minor = TLS1_1_VERSION_MINOR; in ssl23_client_hello()719 } else if ((p[2] == TLS1_1_VERSION_MINOR) && in ssl23_get_server_hello()
171 # define TLS1_1_VERSION_MINOR 0x02 macro