Searched refs:chksum_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/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-v6.6/arch/loongarch/crypto/ |
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,
|
/Linux-v6.6/arch/mips/crypto/ |
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,
|