Searched refs:ghash_alg (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/crypto/
H A Dghash-generic.c141 static struct shash_alg ghash_alg = { variable in typeref:struct:shash_alg
162 return crypto_register_shash(&ghash_alg); ghash_mod_init()
167 crypto_unregister_shash(&ghash_alg); ghash_mod_exit()
H A Dgcm.c705 struct crypto_alg *ghash_alg; crypto_gcm_alloc_common() local
717 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, crypto_gcm_alloc_common()
720 if (IS_ERR(ghash_alg)) crypto_gcm_alloc_common()
721 return ERR_CAST(ghash_alg); crypto_gcm_alloc_common()
729 ghash_ahash_alg = container_of(ghash_alg, struct ahash_alg, halg.base); crypto_gcm_alloc_common()
756 ghash_alg->cra_driver_name) >= crypto_gcm_alloc_common()
779 crypto_mod_put(ghash_alg); crypto_gcm_alloc_common()
/linux-4.1.27/arch/s390/crypto/
H A Dghash_s390.c129 static struct shash_alg ghash_alg = { variable in typeref:struct:shash_alg
153 return crypto_register_shash(&ghash_alg); ghash_mod_init()
158 crypto_unregister_shash(&ghash_alg); ghash_mod_exit()
/linux-4.1.27/arch/arm64/crypto/
H A Dghash-ce-glue.c127 static struct shash_alg ghash_alg = { variable in typeref:struct:shash_alg
147 return crypto_register_shash(&ghash_alg); ghash_ce_mod_init()
152 crypto_unregister_shash(&ghash_alg); ghash_ce_mod_exit()
/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c146 static struct shash_alg ghash_alg = { variable in typeref:struct:shash_alg
321 err = crypto_register_shash(&ghash_alg); ghash_pclmulqdqni_mod_init()
331 crypto_unregister_shash(&ghash_alg); ghash_pclmulqdqni_mod_init()
339 crypto_unregister_shash(&ghash_alg); ghash_pclmulqdqni_mod_exit()
/linux-4.1.27/arch/arm/crypto/
H A Dghash-ce-glue.c133 static struct shash_alg ghash_alg = { variable in typeref:struct:shash_alg
299 err = crypto_register_shash(&ghash_alg); ghash_ce_mod_init()
309 crypto_unregister_shash(&ghash_alg); ghash_ce_mod_init()
316 crypto_unregister_shash(&ghash_alg); ghash_ce_mod_exit()

Completed in 321 milliseconds