Searched refs:SSL_ENC_RC4_IDX (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c155 #define SSL_ENC_RC4_IDX 2 macro
410 ssl_cipher_methods[SSL_ENC_RC4_IDX] = EVP_get_cipherbyname(SN_rc4);
549 i = SSL_ENC_RC4_IDX;
787 *enc |= (ssl_cipher_methods[SSL_ENC_RC4_IDX] == NULL) ? SSL_RC4 : 0;

Completed in 115 milliseconds