summaryrefslogtreecommitdiffstats
path: root/crypto/cts.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cts - Only access common skcipher fields on spawnHerbert Xu2023-10-131-6/+6
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-6/+6
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-10/+3
* crypto: cts - simplify error handling in crypto_cts_create()Eric Biggers2020-03-061-19/+8
* crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers2020-01-091-4/+5
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-5/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: cts - don't support empty messagesEric Biggers2019-04-081-7/+11
* crypto: remove several VLAsSalvatore Mesoraca2018-04-211-2/+3
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-031-4/+2
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-3/+0
* crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza2017-01-131-2/+3
* 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: cts - Convert to skcipherHerbert Xu2016-07-181-210/+285
* crypto: cts - Weed out non-CBC algorithmsHerbert Xu2015-01-201-0/+3
* crypto: cts - Remove bogus use of seqivHerbert Xu2015-01-201-2/+0
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann2014-10-171-1/+2
* crypto: use ERR_CASTJulia Lawall2013-02-041-2/+1
* [CRYPTO] cts: Init SG tablesAlexey Dobriyan2008-06-021-0/+6
* [CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman2008-04-211-0/+347