mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-05 04:50:07 +00:00
The MIPS Poly1305 implementation is generic MIPS code written such as to
support down to the original MIPS I and MIPS III ISA for the 32-bit and
64-bit variant respectively. Lift the current limitation then to enable
code for MIPSr1 ISA or newer processors only and have it available for
all MIPS processors.
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Fixes:
|
||
|---|---|---|
| .. | ||
| chacha-core.S | ||
| chacha-glue.c | ||
| crc32-mips.c | ||
| Makefile | ||
| poly1305-glue.c | ||
| poly1305-mips.pl | ||