Lines Matching refs:crypto_ahash_ctx
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()
193 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_import()
206 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_fallback_export()
353 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_do_init()
398 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in tegra_sha_do_update()
466 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_do_final()
517 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_do_one_req()
634 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_hmac_setkey()
653 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_init()
664 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_update()
678 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_final()
692 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_finup()
706 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_digest()
720 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_export()
734 struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm); in tegra_sha_import()