summaryrefslogtreecommitdiffstats
path: root/crypto/ctr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ctr - Only access common skcipher fields on spawnHerbert Xu2023-10-131-8/+6
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers2020-07-161-2/+0
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-14/+5
* crypto: ctr - simplify error handling in crypto_rfc3686_create()Eric Biggers2020-03-061-20/+9
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-2/+2
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-6/+1
* crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu2019-12-271-8/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: ctr - use template array registering API to simplify the codeXiongfeng Wang2019-01-251-28/+14
* crypto: ctr - convert to skcipher APIEric Biggers2019-01-111-119/+41
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-2/+0
* crypto: remove several VLAsSalvatore Mesoraca2018-04-211-2/+2
* 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