summaryrefslogtreecommitdiffstats
path: root/crypto/chacha20_generic.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2022-06-251-3/+4
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2022-06-251-3/+3
* 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