aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-03-22crypto: chacha-generic - use crypto_xor_cpy()Eric Biggers1-5/+3
2019-03-22crypto: chacha-generic - fix use as arm64 no-NEON fallbackEric Biggers1-1/+1
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers1-1/+25
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers1-0/+193