Searched refs:crc_t10dif_alg (Results 1 – 2 of 2) sorted by relevance
92 static struct shash_alg crc_t10dif_alg[] = {{ variable121 return crypto_register_shashes(crc_t10dif_alg, in crc_t10dif_mod_init()122 ARRAY_SIZE(crc_t10dif_alg)); in crc_t10dif_mod_init()125 return crypto_register_shash(crc_t10dif_alg); in crc_t10dif_mod_init()131 crypto_unregister_shashes(crc_t10dif_alg, in crc_t10dif_mod_exit()132 ARRAY_SIZE(crc_t10dif_alg)); in crc_t10dif_mod_exit()134 crypto_unregister_shash(crc_t10dif_alg); in crc_t10dif_mod_exit()
56 static struct shash_alg crc_t10dif_alg = { variable75 return crypto_register_shash(&crc_t10dif_alg); in crc_t10dif_mod_init()80 crypto_unregister_shash(&crc_t10dif_alg); in crc_t10dif_mod_exit()