Searched refs:isv2 (Results 1 – 3 of 3) sorted by relevance
1408 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello()1411 if (clienthello->isv2) { in tls_process_client_hello()1453 if (clienthello->isv2) { in tls_process_client_hello()1625 if (clienthello->isv2) { in tls_early_post_process_client_hello()1700 clienthello->isv2) || in tls_early_post_process_client_hello()1702 clienthello->isv2, 1)) { in tls_early_post_process_client_hello()1782 if (clienthello->isv2 || in tls_early_post_process_client_hello()
725 unsigned int isv2; member
5400 return s->clienthello->isv2; in SSL_client_hello_isv2()