Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-14 | chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm | Jason A. Donenfeld | |
While Andy is right to desire a separation between compiler defines and project defines, there are simply too many odd kernel configurations and we require testing for CONFIG_KERNEL_MODE_NEON. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2018-11-14 | chacha20,poly1305: switch to perlasm originals on mips and arm | Jason A. Donenfeld | |
We also separate out Eric Biggers' Cortex A7 implementation into its own file. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> |