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

/linux-master/crypto/
H A Dpoly1305_generic.c117 static struct shash_alg poly1305_alg = { variable in typeref:struct:shash_alg
134 return crypto_register_shash(&poly1305_alg);
139 crypto_unregister_shash(&poly1305_alg);
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10-glue.c154 static struct shash_alg poly1305_alg = { variable in typeref:struct:shash_alg
171 return crypto_register_shash(&poly1305_alg);
176 crypto_unregister_shash(&poly1305_alg);

Completed in 77 milliseconds