aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/xts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-06crypto: xts - simplify error handling in ->create()Eric Biggers1-17/+11
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers1-4/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-7/+1
2019-08-15crypto: xts - add support for ciphertext stealingArd Biesheuvel1-20/+132
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-04-18crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu1-1/+5
2018-09-21crypto: xts - Drop use of auxiliary bufferOndrej Mosnacek1-223/+46
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers1-2/+2
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers1-72/+0
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-6/+2
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef1-6/+2
2017-10-07crypto: xts - Fix an error handling path in 'create()'Christophe Jaillet1-2/+4
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-19/+19
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu1-0/+16
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček1-19/+19
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers1-2/+5
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu1-6/+8
2016-11-28crypto: xts - Convert to skcipherHerbert Xu1-155/+392
2016-08-16crypto: xts - fix a little typoCorentin LABBE1-1/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-8/+3
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna1-2/+73
2011-11-09crypto: xts - use blocksize constantJussi Kivilinna1-3/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-05-26crypto: Use ERR_CASTJulia Lawall1-1/+1
2008-03-06[CRYPTO] xts: Use proper alignmentSebastian Siewior1-7/+6
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel1-0/+292