Searched refs:ghash_update (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ghash-generic.c | 78 static int ghash_update(struct shash_desc *desc, in ghash_update() function 153 .update = ghash_update,
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | ghash_s390.c | 54 static int ghash_update(struct shash_desc *desc, in ghash_update() function 121 .update = ghash_update,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | ghash_s390.c | 54 static int ghash_update(struct shash_desc *desc, in ghash_update() function 121 .update = ghash_update,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ghash-generic.c | 78 static int ghash_update(struct shash_desc *desc, in ghash_update() function 153 .update = ghash_update,
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-core.S | 196 .macro ghash_update, pn, enc, aggregate=1, head=1 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
|
H A 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,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 76 static int ghash_update(struct shash_desc *desc, in ghash_update() function 145 .update = ghash_update,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 95 static int ghash_update(struct shash_desc *desc, in ghash_update() function 164 .update = ghash_update,
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 94 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 186 .update = ghash_update,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 115 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 211 .update = ghash_update,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A 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,
|
Completed in 8 milliseconds