Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Dghash_s390.c23 struct ghash_desc_ctx { struct
32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
59 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
94 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
111 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
126 .descsize = sizeof(struct ghash_desc_ctx),
/Linux-v4.19/crypto/
Dghash-generic.c26 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init()
55 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
89 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
107 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
130 .descsize = sizeof(struct ghash_desc_ctx),
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c41 struct ghash_desc_ctx { struct
48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
136 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
152 .descsize = sizeof(struct ghash_desc_ctx),
218 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import()
230 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export()
311 .statesize = sizeof(struct ghash_desc_ctx),
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c35 struct ghash_desc_ctx { struct
59 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
61 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
68 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
102 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
116 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
150 .descsize = sizeof(struct ghash_desc_ctx),
306 .halg.statesize = sizeof(struct ghash_desc_ctx),
/Linux-v4.19/arch/arm64/crypto/
Dghash-ce-glue.c44 struct ghash_desc_ctx { struct
83 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init()
85 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
125 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
163 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
176 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
240 .descsize = sizeof(struct ghash_desc_ctx),
/Linux-v4.19/include/crypto/
Dghash.h19 struct ghash_desc_ctx { struct
/Linux-v4.19/drivers/crypto/vmx/
Dghash.c213 + sizeof(struct ghash_desc_ctx),