Home
last modified time | relevance | path

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

/linux/arch/s390/crypto/
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),
/linux/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c39 struct ghash_desc_ctx { struct
46 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument
79 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update()
112 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
132 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final()
148 .descsize = sizeof(struct ghash_desc_ctx),
213 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import()
225 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export()
300 .statesize = sizeof(struct ghash_desc_ctx),
/linux/crypto/
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),
/linux/arch/arm/crypto/
A Dghash-ce-glue.c35 struct ghash_desc_ctx { struct
55 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument
57 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
97 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
129 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
141 *ctx = (struct ghash_desc_ctx){}; in ghash_final()
189 .descsize = sizeof(struct ghash_desc_ctx),
333 .halg.statesize = sizeof(struct ghash_desc_ctx),
/linux/arch/arm64/crypto/
A Dghash-ce-glue.c38 struct ghash_desc_ctx { struct
65 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init()
67 *ctx = (struct ghash_desc_ctx){}; in ghash_init()
118 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update()
157 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final()
214 .descsize = sizeof(struct ghash_desc_ctx),
/linux/include/crypto/
A Dghash.h19 struct ghash_desc_ctx { struct
/linux/drivers/crypto/vmx/
A Dghash.c175 + sizeof(struct ghash_desc_ctx),

Completed in 9 milliseconds