uef_context_t
uef_context_t *enc_context;
uef_context_t *dec_context;
enc_context = text->utils->malloc(sizeof (uef_context_t));
dec_context = text->utils->malloc(sizeof(uef_context_t));
uef_context_t *enc_context =
(uef_context_t *)text->cipher_enc_context;
uef_context_t *dec_context =
(uef_context_t *)text->cipher_dec_context;
uef_context_t *dec_context =
(uef_context_t *)text->cipher_dec_context;
uef_context_t *enc_context =
(uef_context_t *)text->cipher_enc_context;
uef_context_t *dec_context =
(uef_context_t *)text->cipher_dec_context;
uef_context_t *enc_context =
(uef_context_t *)text->cipher_enc_context;