index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
crypto
/
chacha20poly1305.c
Age
Commit message (
Expand
)
Author
2018-06-17
simd: encapsulate fpu amortization into nice functions
Jason A. Donenfeld
2018-05-31
chacha20poly1305: combine stack variables into union
Jason A. Donenfeld
2018-05-31
chacha20poly1305: split up into separate files
Jason A. Donenfeld
2018-05-18
chacha20poly1305: add mips32 implementation
René van Dorst
2018-05-13
chacha20poly1305: make gcc 8.1 happy
Samuel Neves
2018-04-05
chacha20poly1305: put magic constant behind macro
Jason A. Donenfeld
2018-03-02
crypto: read only after init
Jason A. Donenfeld
2018-01-30
chacha20poly1305: better buffer alignment
Jason A. Donenfeld
2018-01-30
chacha20poly1305: use existing rol32 function
Jason A. Donenfeld
2018-01-19
poly1305: add poly-specific self-tests
Jason A. Donenfeld
2018-01-18
poly1305: remove indirect calls
Samuel Neves
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-13
crypto: compile on UML
Jason A. Donenfeld
2017-12-11
chacha20poly1305: wire up avx512vl for skylake-x
Jason A. Donenfeld
2017-12-11
chacha20: avx512vl implementation
Samuel Neves
2017-12-11
chacha20poly1305: cleaner generic code
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-12-03
poly1305: update x86-64 kernel to AVX512F only
Samuel Neves
2017-11-23
chacha20: directly assign constant and initial state
Jason A. Donenfeld
2017-11-22
poly1305-avx512: requires AVX512F+VL+BW
Samuel Neves
2017-11-22
chacha20poly1305: poly cleans up its own state
Jason A. Donenfeld
2017-11-22
poly1305: import MIPS64 primitive from OpenSSL
Jason A. Donenfeld
2017-11-22
chacha20poly1305: import ARM primitives from OpenSSL
Jason A. Donenfeld
2017-11-22
chacha20poly1305: import x86_64 primitives from OpenSSL
Samuel Neves
2017-11-10
receive: hoist fpu outside of receive loop
Jason A. Donenfeld
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
crypto/avx: make sure we can actually use ymm registers
Jason A. Donenfeld
2017-10-03
global: satisfy bitshift pedantry
Jason A. Donenfeld
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-05-30
chacha20poly1305: add NEON versions for ARM and ARM64
Jason A. Donenfeld
2017-05-17
chacha20poly1305: implement vectorized hchacha20
Jason A. Donenfeld
2017-04-04
chacha20poly1305: check return values of sgops
Jason A. Donenfeld
2017-03-30
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
2017-03-19
blake2s: add AVX implementation
Jason A. Donenfeld
2017-01-13
Use __read_mostly attribute when possible
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-11
global: move to consistent use of uN instead of uintN_t for kernel code
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-16
chacha20poly1305: sse/ymm should be implicit
Jason A. Donenfeld
2016-11-16
chacha20poly1305: rely on avx and avx2
Jason A. Donenfeld
2016-11-07
chacha20poly1305: it's just as fast to use these more simple unaligned access...
Jason A. Donenfeld
2016-11-05
chacha20poly1305: cleanup magic constants
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-04
data: keep FPU on when possible
Jason A. Donenfeld
2016-11-03
chacha20poly1305: src is different from dst on last piece
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-09-29
poly1305: optimize unaligned access
René van Dorst
2016-08-02
selftest: move to subfolder
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
[next]