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.c133 static int tegra234_aes_crypto_cfg(u32 alg, bool encrypt) in tegra234_aes_crypto_cfg() function
295 rctx->crypto_config = tegra234_aes_crypto_cfg(ctx->alg, rctx->encrypt); in tegra_aes_do_one_req()
770 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GMAC, rctx->encrypt) | in tegra_gcm_do_gmac()
787 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GCM, rctx->encrypt) | in tegra_gcm_do_crypt()
810 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GCM_FINAL, rctx->encrypt) | in tegra_gcm_do_final()
940 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_CBC_MAC, in tegra_ccm_do_cbcmac()
1128 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_CTR, rctx->encrypt) | in tegra_ccm_do_ctr()