aes_dec
aes_dec(&A->kk_dec, buf, buf, AES_256_NROUNDS); /* buf := P_M */
void aes_dec(const struct aesdec *, const uint8_t[static 16],
aes_dec(&ctx->dec, blk, blk, ctx->nr);