Searched refs:isv2 (Results 1 – 3 of 3) sorted by relevance
1538 clienthello->isv2 = RECORD_LAYER_is_sslv2_record(&s->rlayer); in tls_process_client_hello()1541 if (clienthello->isv2) { in tls_process_client_hello()1583 if (clienthello->isv2) { in tls_process_client_hello()1757 if (clienthello->isv2) { in tls_early_post_process_client_hello()1818 clienthello->isv2) in tls_early_post_process_client_hello()1820 &scsvs, clienthello->isv2, 1)) { in tls_early_post_process_client_hello()1898 …if (clienthello->isv2 || (s->new_session && (s->options & SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTI… in tls_early_post_process_client_hello()
642 unsigned int isv2; member
6737 return sc->clienthello->isv2; in SSL_client_hello_isv2()