Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c32 struct ghash_async_ctx { struct
182 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
196 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
214 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
254 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
275 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
287 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
304 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
324 .cra_ctxsize = sizeof(struct ghash_async_ctx),
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c58 struct ghash_async_ctx { struct
219 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
233 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
251 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
268 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
290 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_import()
309 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
321 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
336 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
357 .cra_ctxsize = sizeof(struct ghash_async_ctx),