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.c1827 static struct tegra_se_alg tegra_cmac_algs[] = { variable
1890 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) { in tegra_init_aes()
1891 ahash_alg = &tegra_cmac_algs[i].alg.ahash; in tegra_init_aes()
1892 tegra_cmac_algs[i].se_dev = se; in tegra_init_aes()
1906 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_init_aes()
1931 for (i = 0; i < ARRAY_SIZE(tegra_cmac_algs); i++) in tegra_deinit_aes()
1932 crypto_engine_unregister_ahash(&tegra_cmac_algs[i].alg.ahash); in tegra_deinit_aes()