Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c41 struct ghash_async_ctx { struct
165 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
180 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
198 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
215 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
238 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_import()
258 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
275 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
292 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
313 .cra_ctxsize = sizeof(struct ghash_async_ctx),
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c33 struct ghash_async_ctx { struct
167 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
182 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
200 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
240 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
262 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
279 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
296 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
316 .cra_ctxsize = sizeof(struct ghash_async_ctx),