aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-23chacha20-arm: switch to entirely Andy Polyakov's implementationJason A. Donenfeld2-801/+287
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld8-27/+16
2018-09-23crypto: flatten out makefileJason A. Donenfeld1-47/+33
2018-09-23curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld1-6/+4
2018-09-23allowedips: work around kasan stack frame bug in selftestJason A. Donenfeld1-2/+9
2018-09-23chacha20-arm: use new scalar implementationJason A. Donenfeld2-569/+1208
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld2-9/+16
2018-09-23global: reduce stack frame sizeJason A. Donenfeld4-27/+36
2018-09-23chacha20: add chunked selftest and test sliding alignments and hchacha20Jason A. Donenfeld2-1160/+2467
2018-09-22chacha20-mips32r2: reduce jumptable entry size and stack usageRené van Dorst1-39/+48
2018-09-21chacha20-mips32r2: use simpler calling conventionJason A. Donenfeld2-179/+143
2018-09-21chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld6-732/+599
2018-09-21chacha20-mips32r2: remove reorder directivesRené van Dorst2-107/+69
2018-09-21chacha20-mips32r2: fix typo to allow reorder againRené van Dorst1-1/+1
2018-09-21poly1305-mips32r2: remove all reorder directivesRené van Dorst2-32/+23
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld108-216/+216
2018-09-20ratelimiter: disable selftest with KASANJason A. Donenfeld1-0/+4
2018-09-20crypto: do not waste space on selftest itemsJason A. Donenfeld3-9458/+10993
2018-09-20netlink: reverse my christmas treesJason A. Donenfeld1-10/+11
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld41-41/+41
2018-09-20poly1305: account for simd being toggled off midwayJason A. Donenfeld3-26/+131
2018-09-20allowedips: change from BUG_ON to WARN_ONJason A. Donenfeld2-3/+3
2018-09-20chacha20: prefer crypto_xor_cpy to avoid memmoveJason A. Donenfeld2-5/+31
2018-09-19poly1305: no need to trick gcc 8.1Jason A. Donenfeld1-2/+2
2018-09-19blake2s: simplify final functionJason A. Donenfeld3-40/+19
2018-09-18poly1305: better module descriptionJason A. Donenfeld1-1/+1
2018-09-18version: bump snapshot0.0.20180918Jason A. Donenfeld2-2/+2
2018-09-18chacha20: add independent self testJason A. Donenfeld2-0/+1188
2018-09-18chacha20poly1305: add __init to selftest helper functionsJason A. Donenfeld1-3/+3
2018-09-18curve25519-arm: only compile if symbols will be usedJason A. Donenfeld1-1/+1
2018-09-18chacha20-x86_64: use correct cut off for avx512-vlJason A. Donenfeld1-1/+1
2018-09-18poly1305-x86_64: show full struct for stateJason A. Donenfeld1-5/+7
2018-09-18crypto: allow for disabling simd in zinc modulesJason A. Donenfeld6-9/+33
2018-09-18chacha20-x86_64: more limited cascadeJason A. Donenfeld1-5/+4
2018-09-18chacha20poly1305: relax simd between sg chunksJason A. Donenfeld1-0/+2
2018-09-18crypto: turn Zinc into individual modulesJason A. Donenfeld25-54/+172
2018-09-17crypto: do not use -include trickJason A. Donenfeld14-51/+34
2018-09-17poly1305-x86_64: don't activate simd for small blocksJason A. Donenfeld1-3/+14
2018-09-17chacha20-x86_64: don't activate simd for small blocksJason A. Donenfeld1-1/+2
2018-09-17crypto: pass simd by referenceJason A. Donenfeld17-109/+129
2018-09-17chacha20-x86_64: cascade down implementationsJason A. Donenfeld1-3/+3
2018-09-17poly1305: do not require simd context for archJason A. Donenfeld8-22/+14
2018-09-16crypto: make MITJason A. Donenfeld39-39/+39
2018-09-16qemu: always pull and reset against integration treeJason A. Donenfeld1-0/+5
2018-09-16global: remove non-essential inline annotationsJason A. Donenfeld5-30/+23
2018-09-16send/receive: reduce number of sg entriesJason A. Donenfeld2-2/+2
2018-09-15simd: add __must_check annotationJason A. Donenfeld1-2/+2
2018-09-13chacha20-arm: swap scalar and neon functionsJason A. Donenfeld1-697/+697
2018-09-12poly1305: precompute 5*r in init instead of blocksJason A. Donenfeld2-6/+18
2018-09-12curve25519-x86_64: remove useless defineJason A. Donenfeld1-1/+0