Searched refs:ghash_alg (Results 1 – 6 of 6) sorted by relevance
127 static struct shash_alg ghash_alg = { variable147 return crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()152 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
141 static struct shash_alg ghash_alg = { variable162 return crypto_register_shash(&ghash_alg); in ghash_mod_init()167 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
705 struct crypto_alg *ghash_alg; in crypto_gcm_alloc_common() local717 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_alloc_common()720 if (IS_ERR(ghash_alg)) in crypto_gcm_alloc_common()721 return ERR_CAST(ghash_alg); in crypto_gcm_alloc_common()729 ghash_ahash_alg = container_of(ghash_alg, struct ahash_alg, halg.base); in crypto_gcm_alloc_common()756 ghash_alg->cra_driver_name) >= in crypto_gcm_alloc_common()779 crypto_mod_put(ghash_alg); in crypto_gcm_alloc_common()
129 static struct shash_alg ghash_alg = { variable153 return crypto_register_shash(&ghash_alg); in ghash_mod_init()158 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
133 static struct shash_alg ghash_alg = { variable299 err = crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()309 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_init()316 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
146 static struct shash_alg ghash_alg = { variable321 err = crypto_register_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()331 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()339 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()