summaryrefslogtreecommitdiffstats
path: root/crypto/ctr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-2/+1
* crypto: ctr - Propagate NEED_FALLBACK bitMarcelo Cerri2017-03-091-5/+18
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-1/+1
* 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: ctr - Use skcipher in rfc3686Herbert Xu2016-07-181-89/+94
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-251-4/+2
|\
| * crypto: use ERR_CASTJulia Lawall2013-02-041-2/+1
* | crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna2013-01-081-63/+110
|/
* crypto: Use ERR_CASTJulia Lawall2010-05-261-1/+1
* crypto: ctr - Use chainiv on raw counter modeHerbert Xu2009-08-131-0/+2
* [CRYPTO] seqiv: Add Sequence Number IV GeneratorHerbert Xu2008-01-111-0/+2
* [CRYPTO] ctr: Refactor into ctr and rfc3686Herbert Xu2008-01-111-128/+206
* [CRYPTO] ctr: Fix multi-page processingHerbert Xu2008-01-111-31/+33
* [CRYPTO] ctr: Use crypto_inc and crypto_xorHerbert Xu2008-01-111-55/+16
* [CRYPTO] ctr: Add countersizeJoy Latten2008-01-111-11/+21
* [CRYPTO] ctr: Add CTR (Counter) block cipher modeJoy Latten2008-01-111-0/+369
OpenPOWER on IntegriCloud