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