tegra234_aes_cfg
rctx->config = tegra234_aes_cfg(SE_ALG_CTR, rctx->encrypt);
rctx->config = tegra234_aes_cfg(SE_ALG_CMAC, 0);
rctx->config = tegra234_aes_cfg(SE_ALG_CMAC, 0);
rctx->config = tegra234_aes_cfg(ctx->alg, rctx->encrypt);
rctx->config = tegra234_aes_cfg(SE_ALG_GMAC, rctx->encrypt);
rctx->config = tegra234_aes_cfg(SE_ALG_GCM, rctx->encrypt);
rctx->config = tegra234_aes_cfg(SE_ALG_GCM_FINAL, rctx->encrypt);
rctx->config = tegra234_aes_cfg(SE_ALG_CBC_MAC, rctx->encrypt);