Searched refs:isv2 (Results 1 – 3 of 3) sorted by relevance
1418 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello()1421 if (clienthello->isv2) { in tls_process_client_hello()1466 if (clienthello->isv2) { in tls_process_client_hello()1651 if (clienthello->isv2) { in tls_early_post_process_client_hello()1735 clienthello->isv2) || in tls_early_post_process_client_hello()1737 clienthello->isv2, 1)) { in tls_early_post_process_client_hello()1823 if (clienthello->isv2 || in tls_early_post_process_client_hello()
673 unsigned int isv2; member
5121 return s->clienthello->isv2; in SSL_client_hello_isv2()