Home
last modified time | relevance | path

Searched refs:crc32_alg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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);
/openbmc/linux/arch/loongarch/crypto/
H A Dcrc32-loongarch.c225 static struct shash_alg crc32_alg = { variable
276 err = crypto_register_shash(&crc32_alg); in crc32_mod_init()
292 crypto_unregister_shash(&crc32_alg); in crc32_mod_exit()