Searched refs:chksum_finup (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/crypto/ |
H A D | crc64_rocksoft_generic.c | 42 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() function 61 .finup = chksum_finup,
|
H A D | crct10dif_generic.c | 74 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() function 93 .finup = chksum_finup,
|
H A D | crc32c_generic.c | 106 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() function 136 .finup = chksum_finup,
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crct10dif-pclmul_glue.c | 85 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() function 104 .finup = chksum_finup,
|
/openbmc/linux/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 181 static int chksum_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *out) in chksum_finup() function 231 .finup = chksum_finup,
|
/openbmc/linux/arch/mips/crypto/ |
H A D | crc32-mips.c | 238 static int chksum_finup(struct shash_desc *desc, const u8 *data, function 284 .finup = chksum_finup,
|