Searched refs:ghash_desc_ctx (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/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-v5.4/arch/x86/crypto/ |
| D | ghash-clmulni-intel_glue.c | 39 struct ghash_desc_ctx { struct 46 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() argument 81 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() 114 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 134 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() 150 .descsize = sizeof(struct ghash_desc_ctx), 215 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_import() 227 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_async_export() 307 .statesize = sizeof(struct ghash_desc_ctx),
|
| /Linux-v5.4/crypto/ |
| D | ghash-generic.c | 48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() 83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() 117 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush() 135 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() 158 .descsize = sizeof(struct ghash_desc_ctx),
|
| /Linux-v5.4/arch/arm/crypto/ |
| D | ghash-ce-glue.c | 38 struct ghash_desc_ctx { struct 62 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() argument 64 *ctx = (struct ghash_desc_ctx){}; in ghash_init() 101 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_update() 133 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final() 145 *ctx = (struct ghash_desc_ctx){}; in ghash_final() 194 .descsize = sizeof(struct ghash_desc_ctx), 343 .halg.statesize = sizeof(struct ghash_desc_ctx),
|
| /Linux-v5.4/arch/arm64/crypto/ |
| D | ghash-ce-glue.c | 42 struct ghash_desc_ctx { struct 75 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_init() 77 *ctx = (struct ghash_desc_ctx){}; in ghash_init() 125 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in __ghash_update() 176 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final_p8() 190 *ctx = (struct ghash_desc_ctx){}; in ghash_final_p8() 196 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); in ghash_final_p64() 210 *ctx = (struct ghash_desc_ctx){}; in ghash_final_p64() 274 .descsize = sizeof(struct ghash_desc_ctx), 288 .descsize = sizeof(struct ghash_desc_ctx),
|
| /Linux-v5.4/include/crypto/ |
| D | ghash.h | 19 struct ghash_desc_ctx { struct
|
| /Linux-v5.4/drivers/crypto/vmx/ |
| D | ghash.c | 175 + sizeof(struct ghash_desc_ctx),
|