Home
last modified time | relevance | path

Searched refs:tegra234_aes_cfg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c162 static int tegra234_aes_cfg(u32 alg, bool encrypt) in tegra234_aes_cfg() function
447 rctx->config = tegra234_aes_cfg(ctx->alg, encrypt); in tegra_aes_crypt()
716 rctx->config = tegra234_aes_cfg(SE_ALG_GMAC, rctx->encrypt); in tegra_gcm_do_gmac()
733 rctx->config = tegra234_aes_cfg(SE_ALG_GCM, rctx->encrypt); in tegra_gcm_do_crypt()
756 rctx->config = tegra234_aes_cfg(SE_ALG_GCM_FINAL, rctx->encrypt); in tegra_gcm_do_final()
886 rctx->config = tegra234_aes_cfg(SE_ALG_CBC_MAC, rctx->encrypt); in tegra_ccm_do_cbcmac()
1074 rctx->config = tegra234_aes_cfg(SE_ALG_CTR, rctx->encrypt); in tegra_ccm_do_ctr()
1487 rctx->config = tegra234_aes_cfg(SE_ALG_CMAC, 0); in tegra_cmac_do_update()
1554 rctx->config = tegra234_aes_cfg(SE_ALG_CMAC, 0); in tegra_cmac_do_final()