Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/crypto/
Dcrc32-arm64.c222 static struct shash_alg crc32_alg = { variable
268 err = crypto_register_shash(&crc32_alg); in crc32_mod_init()
276 crypto_unregister_shash(&crc32_alg); in crc32_mod_init()
285 crypto_unregister_shash(&crc32_alg); in crc32_mod_exit()