[PATCH v2] crypto: riscv/poly1305 - import OpenSSL/CRYPTOGAMS implementation
Herbert Xu
herbert at gondor.apana.org.au
Sun Jun 8 21:28:46 PDT 2025
On Sun, Jun 08, 2025 at 09:31:18PM +0800, zhihang.shao.iscas at gmail.com wrote:
>
> +static int __init riscv_poly1305_mod_init(void)
> +{
> + return 0;
> +}
> +subsys_initcall(riscv_poly1305_mod_init);
> +
> +static void __exit riscv_poly1305_mod_exit(void)
> +{
> +}
> +module_exit(riscv_poly1305_mod_exit);
Please remove these functions.
Thanks,
--
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
More information about the linux-riscv
mailing list