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

/linux-master/include/crypto/
H A Dghash.h15 struct ghash_ctx { struct
/linux-master/crypto/
H A Dghash-generic.c58 struct ghash_ctx *ctx = crypto_shash_ctx(tfm);
82 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
134 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
145 struct ghash_ctx *ctx = crypto_tfm_ctx(tfm);
162 .cra_ctxsize = sizeof(struct ghash_ctx),
H A Dgcm.c70 struct crypto_gcm_ghash_ctx ghash_ctx; member in struct:crypto_gcm_req_priv_ctx
227 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
244 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
288 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
318 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
425 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
492 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
503 struct crypto_gcm_ghash_ctx *gctx = &pctx->ghash_ctx;
/linux-master/arch/s390/crypto/
H A Dghash_s390.c19 struct ghash_ctx { struct
33 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
44 struct ghash_ctx *ctx = crypto_shash_ctx(tfm);
130 .cra_ctxsize = sizeof(struct ghash_ctx),
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c36 struct ghash_ctx { struct
57 struct ghash_ctx *ctx = crypto_shash_ctx(tfm);
99 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
131 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
152 struct ghash_ctx *ctx = crypto_shash_ctx(desc->tfm);
174 .cra_ctxsize = sizeof(struct ghash_ctx),

Completed in 136 milliseconds