Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/crypto/
Dghash-ce-glue.c127 static struct shash_alg ghash_alg = { variable
147 return crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()
152 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
/linux-4.4.14/crypto/
Dghash-generic.c141 static struct shash_alg ghash_alg = { variable
162 return crypto_register_shash(&ghash_alg); in ghash_mod_init()
167 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
Dgcm.c628 struct crypto_alg *ghash_alg; in crypto_gcm_create_common() local
640 ghash_alg = crypto_find_alg(ghash_name, &crypto_ahash_type, in crypto_gcm_create_common()
643 if (IS_ERR(ghash_alg)) in crypto_gcm_create_common()
644 return PTR_ERR(ghash_alg); in crypto_gcm_create_common()
646 ghash = __crypto_hash_alg_common(ghash_alg); in crypto_gcm_create_common()
684 ghash_alg->cra_driver_name) >= in crypto_gcm_create_common()
714 crypto_mod_put(ghash_alg); in crypto_gcm_create_common()
/linux-4.4.14/arch/s390/crypto/
Dghash_s390.c130 static struct shash_alg ghash_alg = { variable
154 return crypto_register_shash(&ghash_alg); in ghash_mod_init()
159 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c133 static struct shash_alg ghash_alg = { variable
299 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()
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c146 static struct shash_alg ghash_alg = { variable
321 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()