Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-hash.c24 struct tegra_sha_ctx { struct
117 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_init()
130 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_update()
145 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_final()
159 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_finup()
176 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_digest()
763 .cra_ctxsize = sizeof(struct tegra_sha_ctx),
788 .cra_ctxsize = sizeof(struct tegra_sha_ctx),
813 .cra_ctxsize = sizeof(struct tegra_sha_ctx),
838 .cra_ctxsize = sizeof(struct tegra_sha_ctx),
[all …]