Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c1408 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()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h725 unsigned int isv2; member
H A Dssl_lib.c5400 return s->clienthello->isv2; in SSL_client_hello_isv2()