Searched refs:ghash_alg (Results 1 – 4 of 4) sorted by relevance
121 static struct shash_alg ghash_alg = { variable150 return crypto_register_shash(&ghash_alg); in ghash_pclmulqdqni_mod_init()155 crypto_unregister_shash(&ghash_alg); in ghash_pclmulqdqni_mod_exit()
104 static struct shash_alg ghash_alg = { variable130 return crypto_register_shash(&ghash_alg); in ghash_mod_init()135 crypto_unregister_shash(&ghash_alg); in ghash_mod_exit()
166 static struct shash_alg ghash_alg = { variable570 ghash_alg.base.cra_ctxsize += 3 * sizeof(u64[2]); in ghash_ce_mod_init()574 err = crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()589 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
169 static struct shash_alg ghash_alg = { variable529 return crypto_register_shash(&ghash_alg); in ghash_ce_mod_init()537 crypto_unregister_shash(&ghash_alg); in ghash_ce_mod_exit()
Completed in 12 milliseconds