Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-aes.c1956 static struct tegra_se_alg tegra_cmac_algs[] = { variable
2019 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) { in tegra_init_aes()
2020 ahash_alg = &tegra_cmac_algs[i].alg.ahash; in tegra_init_aes()
2021 tegra_cmac_algs[i].se_dev = se; in tegra_init_aes()
2035 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_init_aes()
2060 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) in tegra_deinit_aes()
2061 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_deinit_aes()