summaryrefslogtreecommitdiff
path: root/include/crypto/chacha20.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-25crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-2/+1
2022-06-25random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-06-25random: initialize ChaCha20 constants with correct endiannessEric Biggers1-0/+8
2022-06-25crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-27crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel1-3/+3
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o1-0/+1
2015-07-17crypto: chacha20 - Export common ChaCha20 helpersMartin Willi1-0/+25