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

/arch/s390/crypto/
H A Dghash_s390.c18 struct ghash_ctx { struct
40 struct ghash_ctx *ctx = crypto_shash_ctx(tfm);
57 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
95 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
115 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
136 .cra_ctxsize = sizeof(struct ghash_ctx),
/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c39 struct ghash_ctx { struct
60 struct ghash_ctx *ctx = crypto_shash_ctx(tfm);
76 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
108 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
129 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
151 .cra_ctxsize = sizeof(struct ghash_ctx),

Completed in 398 milliseconds