Home
last modified time | relevance | path

Searched refs:crc_t10dif_alg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/crypto/
H 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()
/kernel/linux/linux-6.6/arch/arm64/crypto/
H 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()
/kernel/linux/linux-5.10/arch/arm/crypto/
H 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()
/kernel/linux/linux-6.6/arch/arm/crypto/
H 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 2 milliseconds