summaryrefslogtreecommitdiffhomepage
path: root/src/crypto
AgeCommit message (Expand)Author
2018-10-02poly1305: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02chacha20: feed fpu functions PAGE_SIZE at a timeJason A. Donenfeld
2018-10-02chacha20: test multiple page span in selftestJason A. Donenfeld
2018-10-02chacha20: break out of zero loops in selftestJason A. Donenfeld
2018-10-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-10-02crypto: ignore ARMv3Jason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25poly1305-arm: swap endianness in base 2^26 conversionJason A. Donenfeld
2018-09-25curve25519-arm: disable on big-endianJason A. Donenfeld
2018-09-25chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld
2018-09-25curve25519: show all failures in test caseJason A. Donenfeld
2018-09-25curve25519-hacl64: reduce stack usage under KASANJason A. Donenfeld
2018-09-25chacha20: add bounds checking to selftestsJason A. Donenfeld
2018-09-25chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand...René van Dorst
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld
2018-09-25hchacha20: keep in native endian in wordsJason A. Donenfeld
2018-09-24chacha20-arm: remove unused preamblesJason A. Donenfeld
2018-09-23chacha20-arm: updated scalar code from AndyJason A. Donenfeld
2018-09-23poly1305-mips64: remove useless preprocessor errorJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld
2018-09-23crypto: flatten out makefileJason A. Donenfeld
2018-09-23curve25519-fiat32: work around m68k compiler stack frame bugJason A. Donenfeld
2018-09-23chacha20-arm: use new scalar implementationJason A. Donenfeld
2018-09-23crypto-arm: rework KERNEL_MODE_NEON handlingJason A. Donenfeld
2018-09-23global: reduce stack frame sizeJason A. Donenfeld
2018-09-23chacha20: add chunked selftest and test sliding alignments and hchacha20Jason A. Donenfeld
2018-09-22chacha20-mips32r2: reduce jumptable entry size and stack usageRené van Dorst
2018-09-21chacha20-mips32r2: use simpler calling conventionJason A. Donenfeld
2018-09-21chacha20-arm: go with Ard's version to optimize for Cortex-A7Jason A. Donenfeld
2018-09-21chacha20-mips32r2: remove reorder directivesRené van Dorst
2018-09-21chacha20-mips32r2: fix typo to allow reorder againRené van Dorst
2018-09-21poly1305-mips32r2: remove all reorder directivesRené van Dorst
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: do not waste space on selftest itemsJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-20poly1305: account for simd being toggled off midwayJason A. Donenfeld
2018-09-20chacha20: prefer crypto_xor_cpy to avoid memmoveJason A. Donenfeld
2018-09-19poly1305: no need to trick gcc 8.1Jason A. Donenfeld
2018-09-19blake2s: simplify final functionJason A. Donenfeld
2018-09-18poly1305: better module descriptionJason A. Donenfeld
2018-09-18chacha20: add independent self testJason A. Donenfeld
2018-09-18chacha20poly1305: add __init to selftest helper functionsJason A. Donenfeld
2018-09-18curve25519-arm: only compile if symbols will be usedJason A. Donenfeld
2018-09-18chacha20-x86_64: use correct cut off for avx512-vlJason A. Donenfeld
2018-09-18poly1305-x86_64: show full struct for stateJason A. Donenfeld
2018-09-18crypto: allow for disabling simd in zinc modulesJason A. Donenfeld
2018-09-18chacha20-x86_64: more limited cascadeJason A. Donenfeld
2018-09-18chacha20poly1305: relax simd between sg chunksJason A. Donenfeld
2018-09-18crypto: turn Zinc into individual modulesJason A. Donenfeld
2018-09-17crypto: do not use -include trickJason A. Donenfeld