Home
last modified time | relevance | path

Searched refs:isv2 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem_srvr.c1418 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()
/third_party/openssl/ssl/
Dssl_local.h673 unsigned int isv2; member
Dssl_lib.c5121 return s->clienthello->isv2; in SSL_client_hello_isv2()