Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c126 static int tegra234_aes_crypto_cfg(u32 alg, bool encrypt) in tegra234_aes_crypto_cfg() function
448 rctx->crypto_config = tegra234_aes_crypto_cfg(ctx->alg, encrypt); in tegra_aes_crypt()
717 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GMAC, rctx->encrypt) | in tegra_gcm_do_gmac()
734 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GCM, rctx->encrypt) | in tegra_gcm_do_crypt()
757 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GCM_FINAL, rctx->encrypt) | in tegra_gcm_do_final()
887 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_CBC_MAC, in tegra_ccm_do_cbcmac()
1075 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_CTR, rctx->encrypt) | in tegra_ccm_do_ctr()