summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/chacha20
AgeCommit message (Expand)Author
2019-01-07global: update copyrightJason A. Donenfeld
2018-12-07chacha20: do not define unused asm functionJason A. Donenfeld
2018-12-07chacha20,poly1305: simplify perlasm fancinessJason A. Donenfeld
2018-11-19chacha20,poly1305: do not use xlateJason A. Donenfeld
2018-11-15chacha20,poly1305: don't do compiler testing in generator and remove xor helperJason A. Donenfeld
2018-11-15chacha20,poly1305: fix up for win64Samuel Neves
2018-11-15chacha20: specialize to wireguardJason A. Donenfeld
2018-11-14chacha20: cleaner function declarationsSamuel Neves
2018-11-14chacha20: normalize namesSamuel Neves
2018-11-14chacha20: fixup win64 stack offsetsSamuel Neves
2018-11-14chacha20: simplify stack unwinding on ChaCha20_ctr32Samuel Neves
2018-11-14chacha20: use DRAP idiomSamuel Neves
2018-11-14chacha20: add hchacha_ssse3Samuel Neves
2018-11-14chacha20: begin adapting to kernel settingSamuel Neves
2018-11-14chacha20,poly1305: switch to perlasm originals on x86_64Samuel Neves
2018-11-14chacha20,poly1305: use CONFIG_KERNEL_MODE_NEON in .pl on armJason A. Donenfeld
2018-11-14chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld
2018-11-13global: various formatting tweeksJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-02chacha20-arm: use proper reteq macro instead of bxeqJason A. Donenfeld
2018-10-02crypto: use ZINC_ARCH macrosJason A. Donenfeld
2018-10-02chacha20: split chacha20_ctx into unionJason A. Donenfeld
2018-10-02crypto: add missing static keyword to fpu init functionsJason A. Donenfeld
2018-10-02crypto: document what's used from <crypto/ beside #includeJason A. Donenfeld
2018-10-02crypto: WARN_ON in module_init if selftest failsJason 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-02crypto: prefer IS_ENABLED to ifdefsJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25chacha20-arm,poly1305-arm: fix big-endian aarch64Jason A. Donenfeld
2018-09-25chacha20-mips32r2: reduce stack and branches in loop, refactor jumptable hand...René van Dorst
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-23crypto-arm: rework KERNEL_MODE_NEON handling againJason A. Donenfeld
2018-09-23chacha20-arm: use new scalar implementationJason 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-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-20chacha20: prefer crypto_xor_cpy to avoid memmoveJason A. Donenfeld
2018-09-18chacha20: add independent self testJason A. Donenfeld
2018-09-18chacha20-x86_64: use correct cut off for avx512-vlJason 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-18crypto: turn Zinc into individual modulesJason A. Donenfeld