Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/crypto/
Dcrc32-vx.c227 static struct shash_alg crc32_vx_algs[] = { variable
296 return crypto_register_shashes(crc32_vx_algs, in crc_vx_mod_init()
297 ARRAY_SIZE(crc32_vx_algs)); in crc_vx_mod_init()
302 crypto_unregister_shashes(crc32_vx_algs, ARRAY_SIZE(crc32_vx_algs)); in crc_vx_mod_exit()