Home
last modified time | relevance | path

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

/linux/arch/arm64/crypto/
A Dcrct10dif-ce-glue.c92 static struct shash_alg crc_t10dif_alg[] = {{ variable
121 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()
/linux/arch/arm/crypto/
A Dcrct10dif-ce-glue.c56 static struct shash_alg crc_t10dif_alg = { variable
75 return crypto_register_shash(&crc_t10dif_alg); in crc_t10dif_mod_init()
80 crypto_unregister_shash(&crc_t10dif_alg); in crc_t10dif_mod_exit()

Completed in 4 milliseconds