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.c347 struct tegra_se_alg *se_alg; in tegra_aes_cra_init() local
351 se_alg = container_of(alg, struct tegra_se_alg, alg.skcipher.base); in tegra_aes_cra_init()
356 ctx->se = se_alg->se_dev; in tegra_aes_cra_init()
1369 struct tegra_se_alg *se_alg; in tegra_aead_cra_init() local
1375 se_alg = container_of(alg, struct tegra_se_alg, alg.aead.base); in tegra_aead_cra_init()
1379 ctx->se = se_alg->se_dev; in tegra_aead_cra_init()
1774 struct tegra_se_alg *se_alg; in tegra_cmac_cra_init() local
1779 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_cmac_cra_init()
1783 ctx->se = se_alg->se_dev; in tegra_cmac_cra_init()
H A Dtegra-se-hash.c588 struct tegra_se_alg *se_alg; in tegra_sha_cra_init() local
593 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_sha_cra_init()
597 ctx->se = se_alg->se_dev; in tegra_sha_cra_init()
607 if (se_alg->alg_base) in tegra_sha_cra_init()