Searched refs:ghash_alg (Results 1 – 2 of 2) sorted by relevance
152 static struct shash_alg ghash_alg = { variable172 return crypto_register_shash(&ghash_alg); in ghash_mod_init()177 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
590 struct crypto_alg *ghash_alg; in crypto_gcm_create_common() local602 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_create_common()607 if (IS_ERR(ghash_alg)) in crypto_gcm_create_common()608 return PTR_ERR(ghash_alg); in crypto_gcm_create_common()610 ghash = __crypto_hash_alg_common(ghash_alg); in crypto_gcm_create_common()651 ghash_alg->cra_driver_name) >= in crypto_gcm_create_common()680 crypto_mod_put(ghash_alg); in crypto_gcm_create_common()