aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/chacha20poly1305.c
Commit message (Expand)AuthorAge
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-13
| * crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-06
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-18
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-08
* crypto: chacha20poly1305 - use template array registering API to simplify the...Xiongfeng Wang2019-01-25
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-20
* crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2018-11-16
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2017-12-22
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-10-31
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-10-31
* crypto: chacha20poly1305 - Use skcipherHerbert Xu2016-07-18
* crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld2015-12-09
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-17
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-17
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-17
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-17
* crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi2015-06-04
* crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi2015-06-04