summaryrefslogtreecommitdiff
path: root/crypto/ctr.c
Commit message (Expand)AuthorAge
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-04
* crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri2017-03-09
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-11
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-01
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-01
* crypto: ctr - Use skcipher in rfc3686Herbert Xu2016-07-18
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-25
|\
| * crypto: use ERR_CASTJulia Lawall2013-02-04
* | crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna2013-01-08
|/
* crypto: Use ERR_CASTJulia Lawall2010-05-26
* crypto: ctr - Use chainiv on raw counter modeHerbert Xu2009-08-13
* [CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu2008-01-11
* [CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu2008-01-11
* [CRYPTO] ctr: Fix multi-page processingHerbert Xu2008-01-11
* [CRYPTO] ctr: Use crypto_inc and crypto_xorHerbert Xu2008-01-11
* [CRYPTO] ctr: Add countersizeJoy Latten2008-01-11
* [CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten2008-01-11