Go to the documentation of this file.
62 #ifndef OPENSSL_NO_RC4
70 #define EVP_RC4_KEY_SIZE 16
77 #define data(ctx) ((EVP_RC4_KEY *)(ctx)->cipher_data)
80 const unsigned char *iv,
int enc);
82 const unsigned char *in,
size_t inl);
120 return(&r4_40_cipher);
124 const unsigned char *iv,
int enc)
132 const unsigned char *in,
size_t inl)
134 RC4(&
data(ctx)->ks,inl,in,out);