Searched refs:tegra_cmac_algs (Results 1 – 1 of 1) sorted by relevance
1968 static struct tegra_se_alg tegra_cmac_algs[] = { variable2031 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) { in tegra_init_aes()2032 ahash_alg = &tegra_cmac_algs[i].alg.ahash; in tegra_init_aes()2033 tegra_cmac_algs[i].se_dev = se; in tegra_init_aes()2047 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_init_aes()2072 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) in tegra_deinit_aes()2073 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_deinit_aes()