Searched refs:tegra_cmac_algs (Results 1 – 1 of 1) sorted by relevance
1955 static struct tegra_se_alg tegra_cmac_algs[] = { variable2018 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) { in tegra_init_aes()2019 ahash_alg = &tegra_cmac_algs[i].alg.ahash; in tegra_init_aes()2020 tegra_cmac_algs[i].se_dev = se; in tegra_init_aes()2034 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_init_aes()2059 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) in tegra_deinit_aes()2060 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_deinit_aes()