Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-aes.c345 struct tegra_se_alg *se_alg; in tegra_aes_cra_init() local
349 se_alg = container_of(alg, struct tegra_se_alg, alg.skcipher.base); in tegra_aes_cra_init()
354 ctx->se = se_alg->se_dev; in tegra_aes_cra_init()
1359 struct tegra_se_alg *se_alg; in tegra_aead_cra_init() local
1365 se_alg = container_of(alg, struct tegra_se_alg, alg.aead.base); in tegra_aead_cra_init()
1369 ctx->se = se_alg->se_dev; in tegra_aead_cra_init()
1777 struct tegra_se_alg *se_alg; in tegra_cmac_cra_init() local
1782 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_cmac_cra_init()
1786 ctx->se = se_alg->se_dev; in tegra_cmac_cra_init()
H A Dtegra-se-hash.c582 struct tegra_se_alg *se_alg; in tegra_sha_cra_init() local
587 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_sha_cra_init()
591 ctx->se = se_alg->se_dev; in tegra_sha_cra_init()
601 if (se_alg->alg_base) in tegra_sha_cra_init()