Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/crypto/
Dghash-clmulni-intel_glue.c31 struct ghash_async_ctx { struct
163 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
177 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
195 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
235 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
256 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
268 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
285 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
305 .cra_ctxsize = sizeof(struct ghash_async_ctx),
/Linux-v5.15/arch/arm/crypto/
Dghash-ce-glue.c41 struct ghash_async_ctx { struct
202 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
216 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
234 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
251 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
273 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_import()
292 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
304 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
319 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
340 .cra_ctxsize = sizeof(struct ghash_async_ctx),