Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/crypto/
H A Dghash_s390.c118 static struct shash_alg ghash_alg = { variable
140 return crypto_register_shash(&ghash_alg); in ghash_mod_init()
145 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
/linux-6.15/crypto/
H A Dghash-generic.c150 static struct shash_alg ghash_alg = { variable
170 return crypto_register_shash(&ghash_alg); in ghash_mod_init()
175 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
/linux-6.15/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c161 static struct shash_alg ghash_alg = { variable
358 err = crypto_register_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
368 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
376 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
/linux-6.15/arch/arm/crypto/
H A Dghash-ce-glue.c174 static struct shash_alg ghash_alg = { variable
580 ghash_alg.base.cra_ctxsize += 3 * sizeof(u64[2]); in ghash_ce_mod_init()
584 err = crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()
599 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
/linux-6.15/arch/arm64/crypto/
H A Dghash-ce-glue.c204 static struct shash_alg ghash_alg = { variable
560 return crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()
568 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()