summaryrefslogtreecommitdiff
path: root/crypto/chacha20_generic.c
Commit message (Expand)AuthorAge
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-29
* crypto: chacha20 - Remove cra_alignmaskEric Biggers2017-11-29
* crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers2017-11-29
* crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers2017-11-29
* crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-22
* crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-27
* random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-03
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-17
* crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2015-06-04