aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xts.c
AgeCommit message (Expand)Author
2020-06-08gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-04-18crypto: xts - Fix atomic sleep when walking skcipherHerbert Xu
2018-09-21crypto: xts - Drop use of auxiliary bufferOndrej Mosnacek
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers
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