Searched refs:ghash_desc_ctx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 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/ |
D | ghash-generic.c | 26 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/ |
D | ghash-clmulni-intel_glue.c | 41 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/ |
D | ghash-ce-glue.c | 35 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/ |
D | ghash-ce-glue.c | 44 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/ |
D | ghash.h | 19 struct ghash_desc_ctx { struct
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | ghash.c | 213 + sizeof(struct ghash_desc_ctx),
|