aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* curve25519-arm: disable on big-endianJason A. Donenfeld2018-09-252-3/+3
* chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld2018-09-252-21/+21
* curve25519: show all failures in test caseJason A. Donenfeld2018-09-251-2/+0
* version: bump snapshot0.0.20180925Jason A. Donenfeld2018-09-252-2/+2
* curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld2018-09-251-2/+1
* chacha20: add bounds checking to selftestsJason A. Donenfeld2018-09-251-1/+45
* chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable handlingRené van Dorst2018-09-251-79/+94
* qemu: bump muslJason A. Donenfeld2018-09-251-1/+1
* crypto: make constant naming scheme consistentJason A. Donenfeld2018-09-2519-175/+175
* hchacha20: keep in native endian in wordsJason A. Donenfeld2018-09-258-42/+46
* chacha20-arm: remove unused preamblesJason A. Donenfeld2018-09-242-30/+1
* chacha20-arm: updated scalar code from AndyJason A. Donenfeld2018-09-231-310/+273
* poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld2018-09-231-4/+0
* crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld2018-09-238-27/+16
* crypto: flatten out makefileJason A. Donenfeld2018-09-231-47/+33
* curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld2018-09-231-6/+4
* allowedips: work around kasan stack frame bug in selftestJason A. Donenfeld2018-09-231-2/+9
* chacha20-arm: use new scalar implementationJason A. Donenfeld2018-09-232-569/+1208
* crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2018-09-232-9/+16
* global: reduce stack frame sizeJason A. Donenfeld2018-09-234-27/+36
* chacha20: add chunked selftest and test sliding alignments and hchacha20Jason A. Donenfeld2018-09-232-1160/+2467
* chacha20-mips32r2: reduce jumptable entry size and stack usageRené van Dorst2018-09-221-39/+48
* chacha20-mips32r2: use simpler calling conventionJason A. Donenfeld2018-09-212-179/+143
* chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld2018-09-216-732/+599
* chacha20-mips32r2: remove reorder directivesRené van Dorst2018-09-212-107/+69
* chacha20-mips32r2: fix typo to allow reorder againRené van Dorst2018-09-211-1/+1
* poly1305-mips32r2: remove all reorder directivesRené van Dorst2018-09-212-32/+23
* global: put SPDX identifier on its own lineJason A. Donenfeld2018-09-2098-196/+196
* ratelimiter: disable selftest with KASANJason A. Donenfeld2018-09-201-0/+4
* crypto: do not waste space on selftest itemsJason A. Donenfeld2018-09-203-9458/+10993
* netlink: reverse my christmas treesJason A. Donenfeld2018-09-201-10/+11
* crypto: explicitly dual licenseJason A. Donenfeld2018-09-2041-41/+41
* poly1305: account for simd being toggled off midwayJason A. Donenfeld2018-09-203-26/+131
* allowedips: change from BUG_ON to WARN_ONJason A. Donenfeld2018-09-202-3/+3
* chacha20: prefer crypto_xor_cpy to avoid memmoveJason A. Donenfeld2018-09-202-5/+31
* poly1305: no need to trick gcc 8.1Jason A. Donenfeld2018-09-191-2/+2
* blake2s: simplify final functionJason A. Donenfeld2018-09-193-40/+19
* poly1305: better module descriptionJason A. Donenfeld2018-09-181-1/+1
* version: bump snapshot0.0.20180918Jason A. Donenfeld2018-09-182-2/+2
* chacha20: add independent self testJason A. Donenfeld2018-09-182-0/+1188
* chacha20poly1305: add __init to selftest helper functionsJason A. Donenfeld2018-09-181-3/+3
* curve25519-arm: only compile if symbols will be usedJason A. Donenfeld2018-09-181-1/+1
* chacha20-x86_64: use correct cut off for avx512-vlJason A. Donenfeld2018-09-181-1/+1
* poly1305-x86_64: show full struct for stateJason A. Donenfeld2018-09-181-5/+7
* crypto: allow for disabling simd in zinc modulesJason A. Donenfeld2018-09-186-9/+33
* chacha20-x86_64: more limited cascadeJason A. Donenfeld2018-09-181-5/+4
* chacha20poly1305: relax simd between sg chunksJason A. Donenfeld2018-09-181-0/+2
* crypto: turn Zinc into individual modulesJason A. Donenfeld2018-09-1825-54/+172
* crypto: do not use -include trickJason A. Donenfeld2018-09-1714-51/+34
* poly1305-x86_64: don't activate simd for small blocksJason A. Donenfeld2018-09-171-3/+14