Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c161 static struct shash_alg ghash_alg = { variable
347 err = crypto_register_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
357 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()
365 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c200 static struct shash_alg ghash_alg = { variable
763 ghash_alg.base.cra_ctxsize += 3 * sizeof(u64[2]); in ghash_ce_mod_init()
767 err = crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()
777 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_init()
788 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
/openbmc/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c204 static struct shash_alg ghash_alg = { variable
569 return crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()
577 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()