Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/crypto/
H A Dcrc32-mips.c272 static struct shash_alg crc32_alg = { variable
320 err = crypto_register_shash(&crc32_alg);
328 crypto_unregister_shash(&crc32_alg);
337 crypto_unregister_shash(&crc32_alg);
/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dcrc32-mips.c278 static struct shash_alg crc32_alg = { variable
326 err = crypto_register_shash(&crc32_alg);
334 crypto_unregister_shash(&crc32_alg);
343 crypto_unregister_shash(&crc32_alg);
/kernel/linux/linux-5.10/arch/loongarch/crypto/
H A Dcrc32-loongarch.c227 static struct shash_alg crc32_alg = { variable
278 err = crypto_register_shash(&crc32_alg); in crc32_mod_init()
294 crypto_unregister_shash(&crc32_alg); in crc32_mod_exit()
/kernel/linux/linux-6.6/arch/loongarch/crypto/
H A Dcrc32-loongarch.c227 static struct shash_alg crc32_alg = { variable
278 err = crypto_register_shash(&crc32_alg); in crc32_mod_init()
294 crypto_unregister_shash(&crc32_alg); in crc32_mod_exit()

Completed in 3 milliseconds