Searched refs:TLS1_VERSION_MINOR (Results 1 – 5 of 5) sorted by relevance
258 version_minor = TLS1_VERSION_MINOR; in ssl23_client_hello()517 (p[2] == TLS1_VERSION_MINOR)) && in ssl23_get_server_hello()542 else if ((p[2] == TLS1_VERSION_MINOR) && in ssl23_get_server_hello()559 (p[2] == TLS1_VERSION_MINOR)) && in ssl23_get_server_hello()
284 if (p[4] >= TLS1_VERSION_MINOR) in ssl23_get_client_hello()339 v[1] = TLS1_VERSION_MINOR; in ssl23_get_client_hello()344 if (v[1] >= TLS1_VERSION_MINOR) in ssl23_get_client_hello()
85 #define TLS1_VERSION_MINOR 0x01 macro
744 buf[2]=TLS1_VERSION_MINOR; in tls1_mac()