aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ctr.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-01-25crypto: ctr - use template array registering API to simplify the codeXiongfeng Wang
2019-01-11crypto: ctr - convert to skcipher APIEric Biggers
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-04-21crypto: remove several VLAsSalvatore Mesoraca
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-03-09crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers
2016-07-18crypto: ctr - Use skcipher in rfc3686Herbert Xu
2014-11-26crypto: include crypto- module prefix in templateKees Cook
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-02-04crypto: use ERR_CASTJulia Lawall
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna
2010-05-26crypto: Use ERR_CASTJulia Lawall
2009-08-13crypto: ctr - Use chainiv on raw counter modeHerbert Xu
2008-01-11[CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu
2008-01-11[CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu
2008-01-11[CRYPTO] ctr: Fix multi-page processingHerbert Xu
2008-01-11[CRYPTO] ctr: Use crypto_inc and crypto_xorHerbert Xu
2008-01-11[CRYPTO] ctr: Add countersizeJoy Latten
2008-01-11[CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten