Home
last modified time | relevance | path

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

/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1959 static struct tegra_se_alg tegra_cmac_algs[] = { variable
2022 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) { in tegra_init_aes()
2023 ahash_alg = &tegra_cmac_algs[i].alg.ahash; in tegra_init_aes()
2024 tegra_cmac_algs[i].se_dev = se; in tegra_init_aes()
2038 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_init_aes()
2063 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) in tegra_deinit_aes()
2064 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_deinit_aes()