aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lrw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2019-06-06crypto: lrw - use correct alignmaskEric Biggers1-1/+1
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-2/+4
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-04-18crypto: lrw - don't access already-freed walk.ivEric Biggers1-1/+3
2019-04-18crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu1-1/+5
2018-10-05crypto: lrw - fix rebase error after out of bounds fixArd Biesheuvel1-4/+3
2018-09-21crypto: lrw - Do not use auxiliary bufferOndrej Mosnacek1-229/+51
2018-09-21crypto: lrw - Optimize tweak computationOndrej Mosnacek1-24/+37
2018-09-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers1-2/+2
2018-03-31crypto: lrw - Free rctx->ext with kzfreeHerbert Xu1-1/+1
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers1-113/+39
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef1-6/+2
2017-10-12crypto: lrw - Check for incorrect cipher nameChristophe Jaillet1-1/+2
2017-10-12crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet1-2/+4
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu1-0/+16
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers1-2/+5
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu1-127/+380
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna1-20/+86
2011-11-09crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna1-21/+40
2011-11-09crypto: lrw - use blocksize constantJussi Kivilinna1-3/+5
2011-11-09crypto: lrw - fix memleakJussi Kivilinna1-0/+1
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu1-1/+7
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz1-2/+3
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu1-3/+8
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu1-5/+6
2006-12-06[CRYPTO] lrw: round --> lrw_roundDavid S. Miller1-2/+2
2006-12-06[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel1-0/+301