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.c348 struct tegra_se_alg *se_alg; in tegra_aes_cra_init() local
352 se_alg = container_of(alg, struct tegra_se_alg, alg.skcipher.base); in tegra_aes_cra_init()
357 ctx->se = se_alg->se_dev; in tegra_aes_cra_init()
1367 struct tegra_se_alg *se_alg; in tegra_aead_cra_init() local
1373 se_alg = container_of(alg, struct tegra_se_alg, alg.aead.base); in tegra_aead_cra_init()
1377 ctx->se = se_alg->se_dev; in tegra_aead_cra_init()
1787 struct tegra_se_alg *se_alg; in tegra_cmac_cra_init() local
1792 se_alg = container_of(alg, struct tegra_se_alg, alg.ahash.base); in tegra_cmac_cra_init()
1796 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()