aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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