Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c39 struct ghash_async_ctx { struct
154 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
178 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
196 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
211 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
232 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
249 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
266 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
285 .cra_ctxsize = sizeof(struct ghash_async_ctx),
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c33 struct ghash_async_ctx { struct
168 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_init()
192 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_update()
210 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_final()
225 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_digest()
246 struct ghash_async_ctx *ctx = crypto_ahash_ctx(tfm); in ghash_async_setkey()
263 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_init_tfm()
280 struct ghash_async_ctx *ctx = crypto_tfm_ctx(tfm); in ghash_async_exit_tfm()
297 .cra_ctxsize = sizeof(struct ghash_async_ctx),