do_decrypt
do_decrypt(output,cipher_text);
do_decrypt(output,cipher_text);
do_decrypt(output,cipher_text);
do_decrypt(output,cipher_text);
static void do_decrypt(unsigned char *, unsigned char *);
if (!do_decrypt(libctx, encrypted, encrypted_len,
&& do_decrypt(gcm_iv, ct, ctlen, tag, taglen);
&& do_decrypt(iv_gen, ct, ctlen, tag, taglen);