Searched refs:TLS1_2_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
389 version_minor = TLS1_2_VERSION_MINOR; in ssl23_client_hello()698 p[2] <= TLS1_2_VERSION_MINOR && in ssl23_get_server_hello()723 } else if ((p[2] == TLS1_2_VERSION_MINOR) && in ssl23_get_server_hello()
291 if (p[4] >= TLS1_2_VERSION_MINOR && in ssl23_get_client_hello()361 if (v[1] >= TLS1_2_VERSION_MINOR && in ssl23_get_client_hello()
174 # define TLS1_2_VERSION_MINOR 0x03 macro