EVP_rc4
LCRYPTO_ALIAS(EVP_rc4);
const EVP_CIPHER *EVP_rc4(void);
.cipher = EVP_rc4,
.cipher = EVP_rc4,
LCRYPTO_USED(EVP_rc4);
if (!EVP_DecryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, NULL))
if (!EVP_DecryptInit_ex(cctx, EVP_rc4(), NULL, keybuf,
if (!EVP_EncryptInit_ex(cctx, EVP_rc4(), NULL, keybuf, NULL))
*enc = EVP_rc4();
cipher = EVP_rc4();