Searched refs:chksum_setkey (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | crc32c_generic.c | 72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() function 132 .setkey = chksum_setkey,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | crc32c_generic.c | 72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() function 132 .setkey = chksum_setkey,
|
/kernel/linux/linux-5.10/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 127 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) in chksum_setkey() function 229 .setkey = chksum_setkey, 251 .setkey = chksum_setkey,
|
/kernel/linux/linux-5.10/arch/mips/crypto/ |
H A D | crc32-mips.c | 175 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, function 274 .setkey = chksum_setkey, 296 .setkey = chksum_setkey,
|
/kernel/linux/linux-6.6/arch/loongarch/crypto/ |
H A D | crc32-loongarch.c | 127 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) in chksum_setkey() function 229 .setkey = chksum_setkey, 251 .setkey = chksum_setkey,
|
/kernel/linux/linux-6.6/arch/mips/crypto/ |
H A D | crc32-mips.c | 181 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, function 280 .setkey = chksum_setkey, 302 .setkey = chksum_setkey,
|
Completed in 4 milliseconds