Home
last modified time | relevance | path

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

/linux/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()
1360 struct tegra_se_alg *se_alg; in tegra_aead_cra_init() local
1366 se_alg = container_of(alg, struct tegra_se_alg, alg.aead.base); in tegra_aead_cra_init()
1370 ctx->se = se_alg->se_dev; in tegra_aead_cra_init()
1778 struct tegra_se_alg *se_alg; in tegra_cmac_cra_init() local
1783 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_cmac_cra_init()
1787 ctx->se = se_alg->se_dev; in tegra_cmac_cra_init()
H A Dtegra-se-hash.c585 struct tegra_se_alg *se_alg; in tegra_sha_cra_init() local
590 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_sha_cra_init()
594 ctx->se = se_alg->se_dev; in tegra_sha_cra_init()
604 if (se_alg->alg_base) in tegra_sha_cra_init()