Home
last modified time | relevance | path

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

/arch/s390/crypto/
Dghash_s390.c19 struct ghash_ctx { struct
33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_init() argument
44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey()
132 .cra_ctxsize = sizeof(struct ghash_ctx),
/arch/x86/crypto/
Dghash-clmulni-intel_glue.c36 struct ghash_ctx { struct
57 struct ghash_ctx *ctx = crypto_shash_ctx(tfm); in ghash_setkey() argument
82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_update()
114 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
135 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm); in ghash_final()
157 .cra_ctxsize = sizeof(struct ghash_ctx),