summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/chacha20poly1305.c
AgeCommit message (Expand)Author
2018-06-17simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld
2018-05-31chacha20poly1305: combine stack variables into unionJason A. Donenfeld
2018-05-31chacha20poly1305: split up into separate filesJason A. Donenfeld
2018-05-18chacha20poly1305: add mips32 implementationRené van Dorst
2018-05-13chacha20poly1305: make gcc 8.1 happySamuel Neves
2018-04-05chacha20poly1305: put magic constant behind macroJason A. Donenfeld
2018-03-02crypto: read only after initJason A. Donenfeld
2018-01-30chacha20poly1305: better buffer alignmentJason A. Donenfeld
2018-01-30chacha20poly1305: use existing rol32 functionJason A. Donenfeld
2018-01-19poly1305: add poly-specific self-testsJason A. Donenfeld
2018-01-18poly1305: remove indirect callsSamuel Neves
2018-01-03global: year bumpJason A. Donenfeld
2017-12-13crypto: compile on UMLJason A. Donenfeld
2017-12-11chacha20poly1305: wire up avx512vl for skylake-xJason A. Donenfeld
2017-12-11chacha20: avx512vl implementationSamuel Neves
2017-12-11chacha20poly1305: cleaner generic codeJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-12-03poly1305: update x86-64 kernel to AVX512F onlySamuel Neves
2017-11-23chacha20: directly assign constant and initial stateJason A. Donenfeld
2017-11-22poly1305-avx512: requires AVX512F+VL+BWSamuel Neves
2017-11-22chacha20poly1305: poly cleans up its own stateJason A. Donenfeld
2017-11-22poly1305: import MIPS64 primitive from OpenSSLJason A. Donenfeld
2017-11-22chacha20poly1305: import ARM primitives from OpenSSLJason A. Donenfeld
2017-11-22chacha20poly1305: import x86_64 primitives from OpenSSLSamuel Neves
2017-11-10receive: hoist fpu outside of receive loopJason A. Donenfeld
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31crypto/avx: make sure we can actually use ymm registersJason A. Donenfeld
2017-10-03global: satisfy bitshift pedantryJason A. Donenfeld
2017-06-24main: annotate init/exit functions to save memoryJason A. Donenfeld
2017-05-30chacha20poly1305: add NEON versions for ARM and ARM64Jason A. Donenfeld
2017-05-17chacha20poly1305: implement vectorized hchacha20Jason A. Donenfeld
2017-04-04chacha20poly1305: check return values of sgopsJason A. Donenfeld
2017-03-30chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld
2017-03-19blake2s: add AVX implementationJason A. Donenfeld
2017-01-13Use __read_mostly attribute when possibleJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-11global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-16chacha20poly1305: sse/ymm should be implicitJason A. Donenfeld
2016-11-16chacha20poly1305: rely on avx and avx2Jason A. Donenfeld
2016-11-07chacha20poly1305: it's just as fast to use these more simple unaligned access...Jason A. Donenfeld
2016-11-05chacha20poly1305: cleanup magic constantsJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-11-04data: keep FPU on when possibleJason A. Donenfeld
2016-11-03chacha20poly1305: src is different from dst on last pieceJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-09-29poly1305: optimize unaligned accessRené van Dorst
2016-08-02selftest: move to subfolderJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld