summaryrefslogtreecommitdiffstats
path: root/crypto/chacha20poly1305.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-41/+32
|\
| * crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13
| * crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-061-11/+19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: chacha20poly1305 - set cra_name correctlyEric Biggers2019-04-081-2/+2
* crypto: chacha20poly1305 - use template array registering API to simplify the...Xiongfeng Wang2019-01-251-23/+14
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-5/+5
* crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2018-11-161-2/+0
* crypto: chacha20poly1305 - validate the digest sizeEric Biggers2017-12-221-1/+5
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-011-1/+1
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-011-3/+3
* crypto: chacha20poly1305 - Use skcipherHerbert Xu2016-07-181-43/+46
* crypto: chacha20poly1305 - Skip encryption/decryption for 0-lenJason A. Donenfeld2015-12-091-0/+8
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-3/+1
* crypto: poly1305 - Export common Poly1305 helpersMartin Willi2015-07-171-3/+1
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-171-2/+1
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-171-86/+127
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-171-23/+31
* crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEADMartin Willi2015-06-041-1/+25
* crypto: chacha20poly1305 - Add a ChaCha20-Poly1305 AEAD construction, RFC7539Martin Willi2015-06-041-0/+663