Searched refs:SSL2_CF_8_BYTE_ENC (Results 1 – 5 of 5) sorted by relevance
124 # define SSL2_CF_8_BYTE_ENC 0x02 macro
200 SSL2_CF_8_BYTE_ENC,
648 if (sess->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) in client_master_key()
1195 : ((alg2 & SSL2_CF_8_BYTE_ENC) ? "RC4(64)" : "RC4(128)"); in SSL_CIPHER_description()
466 if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) { in get_client_master_key()