Searched refs:chksum_update (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | crct10dif_generic.c | 51 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 91 .update = chksum_update,
|
H A D | crc32c_generic.c | 83 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 134 .update = chksum_update,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crct10dif_generic.c | 51 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 91 .update = chksum_update,
|
H A D | crc64_rocksoft_generic.c | 17 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 59 .update = chksum_update,
|
H A D | crc32c_generic.c | 83 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 134 .update = chksum_update,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | crct10dif-pclmul_glue.c | 52 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 102 .update = chksum_update,
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | crct10dif-pclmul_glue.c | 52 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() function 102 .update = chksum_update,
|
/kernel/linux/linux-5.10/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 139 static int chksum_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksum_update() function 231 .update = chksum_update,
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | crc32-mips.c | 186 static int chksum_update(struct shash_desc *desc, const u8 *data, function 276 .update = chksum_update,
|
/kernel/linux/linux-6.6/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 139 static int chksum_update(struct shash_desc *desc, const u8 *data, unsigned int length) in chksum_update() function 231 .update = chksum_update,
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | crc32-mips.c | 192 static int chksum_update(struct shash_desc *desc, const u8 *data, function 282 .update = chksum_update,
|
Completed in 5 milliseconds