aboutsummaryrefslogtreecommitdiff
path: root/crypto/xts.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20crypto: xts - use 'spawn' for underlying single-block cipherGravatar Eric Biggers 1-8/+15
2023-10-13crypto: xts - Only access common skcipher fields on spawnGravatar Herbert Xu 1-5/+5
2023-07-14crypto: lrw,xts - Replace strlcpy with strscpyGravatar Azeem Shaikh 1-3/+3
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-6/+6
2023-01-27crypto: xts - Handle EBUSY correctlyGravatar Herbert Xu 1-4/+4
2022-02-18crypto: xts - Add softdep on ecbGravatar Herbert Xu 1-0/+1
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2020-07-31crypto: xts - Replace memcpy() invocation with simple assignmentGravatar Ard Biesheuvel 1-1/+1
2020-07-16crypto: xts - prefix function and struct names with "xts"Gravatar Eric Biggers 1-65/+72
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSGravatar Eric Biggers 1-2/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-12/+5
2020-05-08crypto - Avoid free() namespace collisionGravatar Arnd Bergmann 1-3/+3
2020-03-06crypto: xts - simplify error handling in ->create()Gravatar Eric Biggers 1-17/+11
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-7/+1
2019-08-15crypto: xts - add support for ciphertext stealingGravatar Ard Biesheuvel 1-20/+132
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-04-18crypto: xts - Fix atomic sleep when walking skcipherGravatar Herbert Xu 1-1/+5
2018-09-21crypto: xts - Drop use of auxiliary bufferGravatar Ondrej Mosnacek 1-223/+46
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Gravatar Eric Biggers 1-2/+2
2018-03-03crypto: xts - remove xts_crypt()Gravatar Eric Biggers 1-72/+0
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-6/+2
2017-11-03crypto: remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 1-6/+2
2017-10-07crypto: xts - Fix an error handling path in 'create()'Gravatar Christophe Jaillet 1-2/+4
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-19/+19
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSGravatar Herbert Xu 1-0/+16
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Gravatar Ondrej Mosnáček 1-19/+19
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureGravatar Eric Biggers 1-2/+5
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitGravatar Herbert Xu 1-6/+8
2016-11-28crypto: xts - Convert to skcipherGravatar Herbert Xu 1-155/+392
2016-08-16crypto: xts - fix a little typoGravatar Corentin LABBE 1-1/+1
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 1-8/+3
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2011-11-09crypto: xts: add interface for parallelized cipher implementationsGravatar Jussi Kivilinna 1-2/+73
2011-11-09crypto: xts - use blocksize constantGravatar Jussi Kivilinna 1-3/+5
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-05-26crypto: Use ERR_CASTGravatar Julia Lawall 1-1/+1
2008-03-06[CRYPTO] xts: Use proper alignmentGravatar Sebastian Siewior 1-7/+6
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksGravatar Rik Snel 1-0/+292