Searched refs:ghash_desc_ctx (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/crypto/
H A Dghash.h19 struct ghash_desc_ctx { struct
/linux-master/arch/s390/crypto/
H A Dghash_s390.c23 struct ghash_desc_ctx { struct
32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
57 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
92 static int ghash_flush(struct ghash_desc_ctx *dctx)
109 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
124 .descsize = sizeof(struct ghash_desc_ctx),
/linux-master/crypto/
H A Dghash-generic.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
81 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
133 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
156 .descsize = sizeof(struct ghash_desc_ctx),
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c40 struct ghash_desc_ctx { struct
47 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
98 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
131 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx)
151 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
167 .descsize = sizeof(struct ghash_desc_ctx),
232 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
244 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
319 .statesize = sizeof(struct ghash_desc_ctx),
/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c40 struct ghash_desc_ctx { struct
68 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
70 *ctx = (struct ghash_desc_ctx){};
121 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
160 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
217 .descsize = sizeof(struct ghash_desc_ctx),
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c52 struct ghash_desc_ctx { struct
72 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
74 *ctx = (struct ghash_desc_ctx){};
114 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
146 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc);
158 *ctx = (struct ghash_desc_ctx){};
206 .descsize = sizeof(struct ghash_desc_ctx),
350 .halg.statesize = sizeof(struct ghash_desc_ctx),
/linux-master/arch/powerpc/crypto/
H A Dghash.c176 + sizeof(struct ghash_desc_ctx),

Completed in 156 milliseconds