aboutsummaryrefslogtreecommitdiff
path: root/crypto/lrw.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13crypto: lrw - Only access common skcipher fields on spawnGravatar Herbert Xu 1-7/+5
2023-07-14crypto: lrw,xts - Replace strlcpy with strscpyGravatar Azeem Shaikh 1-3/+3
2023-02-13crypto: api - Use data directly in completion functionGravatar Herbert Xu 1-2/+2
2022-02-18crypto: lrw - Add dependency on ecbGravatar Herbert Xu 1-0/+1
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Gravatar Eric Biggers 1-58/+61
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-10/+3
2020-05-08crypto - Avoid free() namespace collisionGravatar Arnd Bergmann 1-3/+3
2020-03-06crypto: lrw - simplify error handling in create()Gravatar Eric Biggers 1-17/+11
2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Gravatar Eric Biggers 1-7/+8
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-06-06crypto: lrw - use correct alignmaskGravatar Eric Biggers 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+4
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-04-18crypto: lrw - don't access already-freed walk.ivGravatar Eric Biggers 1-1/+3
2019-04-18crypto: lrw - Fix atomic sleep when walking skcipherGravatar Herbert Xu 1-1/+5
2018-10-05crypto: lrw - fix rebase error after out of bounds fixGravatar Ard Biesheuvel 1-4/+3
2018-09-21crypto: lrw - Do not use auxiliary bufferGravatar Ondrej Mosnacek 1-229/+51
2018-09-21crypto: lrw - Optimize tweak computationGravatar Ondrej Mosnacek 1-24/+37
2018-09-21crypto: lrw - Fix out-of bounds access on counter overflowGravatar Ondrej Mosnacek 1-1/+6
2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Gravatar Eric Biggers 1-2/+2
2018-03-31crypto: lrw - Free rctx->ext with kzfreeGravatar Herbert Xu 1-1/+1
2018-03-03crypto: lrw - remove lrw_crypt()Gravatar Eric Biggers 1-113/+39
2017-11-03crypto: remove redundant backlog checks on EBUSYGravatar Gilad Ben-Yossef 1-6/+2
2017-10-12crypto: lrw - Check for incorrect cipher nameGravatar Christophe Jaillet 1-1/+2
2017-10-12crypto: lrw - Fix an error handling path in 'create()'Gravatar Christophe Jaillet 1-2/+4
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSGravatar Herbert Xu 1-0/+16
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureGravatar Eric Biggers 1-2/+5
2016-11-28crypto: lrw - Convert to skcipherGravatar Herbert Xu 1-127/+380
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsGravatar Jussi Kivilinna 1-20/+86
2011-11-09crypto: lrw - split gf128mul table initialization from setkeyGravatar Jussi Kivilinna 1-21/+40
2011-11-09crypto: lrw - use blocksize constantGravatar Jussi Kivilinna 1-3/+5
2011-11-09crypto: lrw - fix memleakGravatar Jussi Kivilinna 1-0/+1
2009-02-17crypto: lrw - Fix big endian supportGravatar Herbert Xu 1-1/+7
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuGravatar Marcin Slusarz 1-2/+3
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)Gravatar David Howells 1-1/+1
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesGravatar Herbert Xu 1-3/+8
2007-02-07[CRYPTO] api: Add type-safe spawnsGravatar Herbert Xu 1-5/+6
2006-12-06[CRYPTO] lrw: round --> lrw_roundGravatar David S. Miller 1-2/+2
2006-12-06[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeGravatar Rik Snel 1-0/+301