Home
last modified time | relevance | path

Searched refs:SSL_RC4 (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c2804 SSL_RC4,
2820 SSL_RC4,
2836 SSL_RC4,
2852 SSL_RC4,
2868 SSL_RC4,
2884 SSL_RC4,
2900 SSL_RC4,
2916 SSL_RC4,
2932 SSL_RC4,
2948 SSL_RC4,
H A Dssl_ciph.c36 {SSL_RC4, NID_rc4}, /* SSL_ENC_RC4_IDX 2 */
227 {0, SSL_TXT_RC4, NULL, 0, 0, 0, SSL_RC4},
585 if (c->algorithm_enc == SSL_RC4 in ssl_cipher_get_evp()
1544 ssl_cipher_apply_rule(0, 0, 0, SSL_RC4, 0, 0, 0, CIPHER_ORD, -1, &head, in STACK_OF()
1794 case SSL_RC4: in SSL_CIPHER_description()
H A Ds3_enc.c304 if (s->session->cipher->algorithm_enc == SSL_RC4) in ssl3_setup_key_block()
H A Dt1_enc.c542 if (s->session->cipher->algorithm_enc == SSL_RC4) in tls1_setup_key_block()
H A Dssl_cert.c1064 if (level >= 2 && c->algorithm_enc == SSL_RC4) in ssl_security_default_callback()
H A Dssl_local.h219 # define SSL_RC4 0x00000004U macro
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1534 || s->s3.tmp.new_cipher->algorithm_enc == SSL_RC4 in tls_construct_stoc_etm()
H A Dextensions_clnt.c1684 && s->s3.tmp.new_cipher->algorithm_enc != SSL_RC4 in tls_parse_stoc_etm()