cipher_context_t
(cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
(cipher_context_t *) text->utils->malloc(sizeof(rc4_context_t));
text->cipher_enc_context = (cipher_context_t *)enc_context;
text->cipher_dec_context = (cipher_context_t *)dec_context;
text->cipher_enc_context = (cipher_context_t *) c;
text->cipher_dec_context = (cipher_context_t *) c;
text->cipher_enc_context = (cipher_context_t *) c;
text->cipher_dec_context = (cipher_context_t *) c;