Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/crypto/
Dcrc32-vx.c218 static struct shash_alg crc32_vx_algs[] = { variable
287 return crypto_register_shashes(crc32_vx_algs, in crc_vx_mod_init()
288 ARRAY_SIZE(crc32_vx_algs)); in crc_vx_mod_init()
293 crypto_unregister_shashes(crc32_vx_algs, ARRAY_SIZE(crc32_vx_algs)); in crc_vx_mod_exit()