Home
last modified time | relevance | path

Searched refs:nhpoly1305_alg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/crypto/
Dnhpoly1305-avx2-glue.c43 static struct shash_alg nhpoly1305_alg = { variable
63 return crypto_register_shash(&nhpoly1305_alg); in nhpoly1305_mod_init()
68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
Dnhpoly1305-sse2-glue.c43 static struct shash_alg nhpoly1305_alg = { variable
62 return crypto_register_shash(&nhpoly1305_alg); in nhpoly1305_mod_init()
67 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/Linux-v5.4/arch/arm/crypto/
Dnhpoly1305-neon-glue.c44 static struct shash_alg nhpoly1305_alg = { variable
63 return crypto_register_shash(&nhpoly1305_alg); in nhpoly1305_mod_init()
68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/Linux-v5.4/arch/arm64/crypto/
Dnhpoly1305-neon-glue.c44 static struct shash_alg nhpoly1305_alg = { variable
63 return crypto_register_shash(&nhpoly1305_alg); in nhpoly1305_mod_init()
68 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()
/Linux-v5.4/crypto/
Dnhpoly1305.c223 static struct shash_alg nhpoly1305_alg = { variable
239 return crypto_register_shash(&nhpoly1305_alg); in nhpoly1305_mod_init()
244 crypto_unregister_shash(&nhpoly1305_alg); in nhpoly1305_mod_exit()