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