Searched refs:chksum_setkey (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/crypto/ |
D | crc32c_generic.c | 72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() function 132 .setkey = chksum_setkey,
|
/linux-6.12.1/arch/loongarch/crypto/ |
D | crc32-loongarch.c | 125 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen) in chksum_setkey() function 227 .setkey = chksum_setkey, 248 .setkey = chksum_setkey,
|
/linux-6.12.1/arch/mips/crypto/ |
D | crc32-mips.c | 185 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey() function 284 .setkey = chksum_setkey, 305 .setkey = chksum_setkey,
|