aes_dec
#define aes_dec(D, C, P, NR) AES_decrypt(C, P, &(D)->deckey)
aes_dec(const struct aesdec *dec, const uint8_t in[static 16],