Home
last modified time | relevance | path

Searched refs:poly1305_alg (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/crypto/
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()
/linux-6.12.1/arch/powerpc/crypto/
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()