aboutsummaryrefslogtreecommitdiff
path: root/crypto/cts.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13crypto: cts - Only access common skcipher fields on spawnGravatar Herbert Xu 1-6/+6
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-6/+6
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-10/+3
2020-03-06crypto: cts - simplify error handling in crypto_cts_create()Gravatar Eric Biggers 1-19/+8
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Gravatar Eric Biggers 1-4/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-5/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-04-08crypto: cts - don't support empty messagesGravatar Eric Biggers 1-7/+11
2018-04-21crypto: remove several VLAsGravatar Salvatore Mesoraca 1-2/+3
2017-11-03crypto: remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 1-4/+2
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 1-3/+0
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGravatar Gideon Israel Dsouza 1-2/+3
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Gravatar Eric Biggers 1-1/+1
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Gravatar Eric Biggers 1-3/+3
2016-07-18crypto: cts - Convert to skcipherGravatar Herbert Xu 1-210/+285
2015-01-20crypto: cts - Weed out non-CBC algorithmsGravatar Herbert Xu 1-0/+3
2015-01-20crypto: cts - Remove bogus use of seqivGravatar Herbert Xu 1-2/+0
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataGravatar Daniel Borkmann 1-1/+2
2013-02-04crypto: use ERR_CASTGravatar Julia Lawall 1-2/+1
2008-06-02[CRYPTO] cts: Init SG tablesGravatar Alexey Dobriyan 1-0/+6
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportGravatar Kevin Coffman 1-0/+347