Home
last modified time | relevance | path

Searched refs:SSL2_CF_8_BYTE_ENC (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssl/ssl/
Dssl2.h124 # define SSL2_CF_8_BYTE_ENC 0x02 macro
Ds2_lib.c200 SSL2_CF_8_BYTE_ENC,
Ds2_clnt.c648 if (sess->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) in client_master_key()
Dssl_ciph.c1195 : ((alg2 & SSL2_CF_8_BYTE_ENC) ? "RC4(64)" : "RC4(128)"); in SSL_CIPHER_description()
Ds2_srvr.c466 if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) { in get_client_master_key()