Home
last modified time | relevance | path

Searched refs:SSL_SSLV2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
HDs2_lib.c135 SSL_SSLV2,
152 SSL_SSLV2,
169 SSL_SSLV2,
186 SSL_SSLV2,
203 SSL_SSLV2,
221 SSL_SSLV2,
239 SSL_SSLV2,
256 SSL_SSLV2,
273 SSL_SSLV2,
291 SSL_SSLV2,
HDs23_clnt.c272 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
HDssl_ciph.c329 {0, SSL_TXT_SSLV2, 0, 0, 0, 0, 0, SSL_SSLV2, 0, 0, 0, 0},
1703 if (alg_ssl & SSL_SSLV2) in SSL_CIPHER_description()
HDt1_trce.c1195 if (c->algorithm_ssl & SSL_SSLV2) in SSL_CIPHER_standard_name()
HDs2_srvr.c696 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 || in get_client_hello()
HDssl_locl.h375 # define SSL_SSLV2 0x00000001UL macro