Searched refs:ghash_update (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/s390/crypto/ |
D | ghash_s390.c | 54 static int ghash_update(struct shash_desc *desc, in ghash_update() function 121 .update = ghash_update,
|
/linux-6.12.1/crypto/ |
D | ghash-generic.c | 78 static int ghash_update(struct shash_desc *desc, in ghash_update() function 153 .update = ghash_update,
|
/linux-6.12.1/arch/arm/crypto/ |
D | ghash-ce-core.S | 196 .macro ghash_update, pn, enc, aggregate=1, head=1 macro 344 ghash_update p64 367 ghash_update p8 539 ghash_update p64, enc, head=0 557 ghash_update p64, dec, head=0 606 ghash_update p64, aggregate=0, head=0 663 ghash_update p64, aggregate=0, head=0
|
D | ghash-ce-glue.c | 111 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 203 .update = ghash_update,
|
/linux-6.12.1/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 95 static int ghash_update(struct shash_desc *desc, in ghash_update() function 164 .update = ghash_update,
|
/linux-6.12.1/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 118 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 214 .update = ghash_update,
|