Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/crypto/
H A Dghash_s390.c23 struct ghash_desc_ctx { struct
32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
57 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
92 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
109 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
124 .descsize = sizeof(struct ghash_desc_ctx),
/openbmc/linux/crypto/
H A Dghash-generic.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init()
81 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
133 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
156 .descsize = sizeof(struct ghash_desc_ctx),
/openbmc/linux/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); in ghash_init() argument
98 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
131 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
151 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
167 .descsize = sizeof(struct ghash_desc_ctx),
232 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import()
244 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export()
319 .statesize = sizeof(struct ghash_desc_ctx),
/openbmc/linux/include/crypto/
H A Dghash.h19 struct ghash_desc_ctx { struct
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c52 struct ghash_desc_ctx { struct
72 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
74 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
114 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
146 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
158 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
206 .descsize = sizeof(struct ghash_desc_ctx),
350 .halg.statesize = sizeof(struct ghash_desc_ctx),
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c40 struct ghash_desc_ctx { struct
68 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init()
70 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
121 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
160 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
217 .descsize = sizeof(struct ghash_desc_ctx),
/openbmc/linux/drivers/crypto/vmx/
H A Dghash.c176 + sizeof(struct ghash_desc_ctx),