Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/crypto/
Dcrc32-arm64.c243 static struct shash_alg crc32c_alg = { variable
273 err = crypto_register_shash(&crc32c_alg); in crc32_mod_init()
286 crypto_unregister_shash(&crc32c_alg); in crc32_mod_exit()