summaryrefslogtreecommitdiffstats
path: root/crypto/chacha20_generic.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-3/+3
* crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-291-1/+0
* crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-291-10/+6
* crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers2017-11-291-6/+4
* crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-221-2/+7
* crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-271-43/+30
* random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-61/+0
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-171-16/+12
* crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2015-06-041-0/+216