summaryrefslogtreecommitdiff
path: root/crypto/lrw.c
Commit message (Expand)AuthorAge
* crypto: lrw - Free rctx->ext with kzfreeHerbert Xu2018-03-31
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-03
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-03
* crypto: lrw - Check for incorrect cipher nameChristophe Jaillet2017-10-12
* crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet2017-10-12
* crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu2017-04-10
* crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers2017-03-24
* crypto: lrw - Convert to skcipherHerbert Xu2016-11-28
* crypto: include crypto- module prefix in templateKees Cook2014-11-26
* crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna2011-11-09
* crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna2011-11-09
* crypto: lrw - use blocksize constantJussi Kivilinna2011-11-09
* crypto: lrw - fix memleakJussi Kivilinna2011-11-09
* crypto: lrw - Fix big endian supportHerbert Xu2009-02-17
* [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz2008-04-21
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-02
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-07
* [CRYPTO] lrw: round --> lrw_roundDavid S. Miller2006-12-06
* [CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel2006-12-06