Home
last modified time | relevance | path

Searched refs:crc32c_alg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/crypto/
H A Dcrc32-loongarch.c249 static struct shash_alg crc32c_alg = { variable
282 err = crypto_register_shash(&crc32c_alg); in crc32_mod_init()
295 crypto_unregister_shash(&crc32c_alg); in crc32_mod_exit()
/kernel/linux/linux-5.10/arch/mips/crypto/
H A Dcrc32-mips.c294 static struct shash_alg crc32c_alg = { variable
325 err = crypto_register_shash(&crc32c_alg);
338 crypto_unregister_shash(&crc32c_alg);
/kernel/linux/linux-6.6/arch/loongarch/crypto/
H A Dcrc32-loongarch.c249 static struct shash_alg crc32c_alg = { variable
282 err = crypto_register_shash(&crc32c_alg); in crc32_mod_init()
295 crypto_unregister_shash(&crc32c_alg); in crc32_mod_exit()
/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dcrc32-mips.c300 static struct shash_alg crc32c_alg = { variable
331 err = crypto_register_shash(&crc32c_alg);
344 crypto_unregister_shash(&crc32c_alg);

Completed in 3 milliseconds