Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chacha20,poly1305: simplify perlasm fanciness | 2018-12-07 | 1 | -2/+0 | |
| | |||||
* | chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on arm | 2018-11-14 | 1 | -1/+2 | |
| | | | | | | 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. | ||||
* | chacha20,poly1305: switch to perlasm originals on mips and arm | 2018-11-14 | 1 | -0/+1164 | |
We also separate out Eric Biggers' Cortex A7 implementation into its own file. |