rc4_context_t
static void rc4_init(rc4_context_t *text,
static void rc4_encrypt(rc4_context_t *text,
static void rc4_decrypt(rc4_context_t *text,
(cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
(cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
rc4_init((rc4_context_t *) text->cipher_enc_context,
rc4_init((rc4_context_t *) text->cipher_dec_context,
rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
rc4_decrypt((rc4_context_t *) text->cipher_dec_context,
rc4_encrypt((rc4_context_t *) text->cipher_enc_context,
rc4_encrypt((rc4_context_t *) text->cipher_enc_context,