Searched refs:chksumc_update (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 147 static int chksumc_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksumc_update() function 253 .update = chksumc_update,
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | crc32-mips.c | 195 static int chksumc_update(struct shash_desc *desc, const u8 *data, function 298 .update = chksumc_update,
|
/kernel/linux/linux-6.6/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 147 static int chksumc_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksumc_update() function 253 .update = chksumc_update,
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | crc32-mips.c | 201 static int chksumc_update(struct shash_desc *desc, const u8 *data, function 304 .update = chksumc_update,
|
Completed in 3 milliseconds