Searched refs:ghash_update (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 47 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 130 .update = ghash_update,
|
/linux-4.1.27/crypto/ |
D | ghash-generic.c | 63 static int ghash_update(struct shash_desc *desc, in ghash_update() function 144 .update = ghash_update,
|
/linux-4.1.27/arch/s390/crypto/ |
D | ghash_s390.c | 55 static int ghash_update(struct shash_desc *desc, in ghash_update() function 132 .update = ghash_update,
|
/linux-4.1.27/arch/arm/crypto/ |
D | ghash-ce-glue.c | 54 static int ghash_update(struct shash_desc *desc, const u8 *src, in ghash_update() function 136 .update = ghash_update,
|
/linux-4.1.27/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 80 static int ghash_update(struct shash_desc *desc, in ghash_update() function 149 .update = ghash_update,
|