Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c138 case SE_ALG_GCM_FINAL: in tegra234_aes_crypto_cfg()
192 case SE_ALG_GCM_FINAL: in tegra234_aes_cfg()
806 rctx->config = tegra234_aes_cfg(SE_ALG_GCM_FINAL, rctx->encrypt); in tegra_gcm_do_final()
807 rctx->crypto_config = tegra234_aes_crypto_cfg(SE_ALG_GCM_FINAL, rctx->encrypt) | in tegra_gcm_do_final()
H A Dtegra-se.h361 SE_ALG_GCM_FINAL, /* GCM FINAL mode */ enumerator