aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xts.c
AgeCommit message (Expand)Author
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-10-07crypto: xts - Fix an error handling path in 'create()'Christophe Jaillet
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-04-10crypto: xts - Fix use-after-free on EINPROGRESSHerbert Xu
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers
2017-02-27crypto: xts - Propagate NEED_FALLBACK bitHerbert Xu
2016-11-28crypto: xts - Convert to skcipherHerbert Xu
2016-08-16crypto: xts - fix a little typoCorentin LABBE
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2014-11-26crypto: include crypto- module prefix in templateKees Cook
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna
2011-11-09crypto: xts - use blocksize constantJussi Kivilinna
2011-03-31Fix common misspellingsLucas De Marchi
2010-05-26crypto: Use ERR_CASTJulia Lawall
2008-03-06[CRYPTO] xts: Use proper alignmentSebastian Siewior
2007-10-10[CRYPTO] xts: XTS blockcipher mode implementation without partial blocksRik Snel