Searched refs:ghash_desc_ctx (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/arch/s390/crypto/ |
D | ghash_s390.c | 23 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-6.6.21/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 40 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),
|
/linux-6.6.21/crypto/ |
D | ghash-generic.c | 48 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-6.6.21/arch/arm/crypto/ |
D | ghash-ce-glue.c | 52 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),
|
/linux-6.6.21/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 40 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),
|
/linux-6.6.21/include/crypto/ |
D | ghash.h | 19 struct ghash_desc_ctx { struct
|
/linux-6.6.21/drivers/crypto/vmx/ |
D | ghash.c | 176 + sizeof(struct ghash_desc_ctx),
|