Home
last modified time | relevance | path

Searched refs:poly1305_alg (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dpoly1305_generic.c117 static struct shash_alg poly1305_alg = { variable
134 return crypto_register_shash(&poly1305_alg); in poly1305_mod_init()
139 crypto_unregister_shash(&poly1305_alg); in poly1305_mod_exit()
/kernel/linux/linux-6.6/crypto/
H A Dpoly1305_generic.c117 static struct shash_alg poly1305_alg = { variable
134 return crypto_register_shash(&poly1305_alg); in poly1305_mod_init()
139 crypto_unregister_shash(&poly1305_alg); in poly1305_mod_exit()
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c154 static struct shash_alg poly1305_alg = { variable
171 return crypto_register_shash(&poly1305_alg); in poly1305_p10_init()
176 crypto_unregister_shash(&poly1305_alg); in poly1305_p10_exit()

Completed in 2 milliseconds