summaryrefslogtreecommitdiffstats
path: root/crypto/lrw.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu2017-04-101-0/+16
* crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers2017-03-241-2/+5
* crypto: lrw - Convert to skcipherHerbert Xu2016-11-281-127/+380
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna2011-11-091-20/+86
* crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna2011-11-091-21/+40
* crypto: lrw - use blocksize constantJussi Kivilinna2011-11-091-3/+5
* crypto: lrw - fix memleakJussi Kivilinna2011-11-091-0/+1
* crypto: lrw - Fix big endian supportHerbert Xu2009-02-171-1/+7
* [CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz2008-04-211-2/+3
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* [CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu2007-05-021-3/+8
* [CRYPTO] api: Add type-safe spawnsHerbert Xu2007-02-071-5/+6
* [CRYPTO] lrw: round --> lrw_roundDavid S. Miller2006-12-061-2/+2
* [CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel2006-12-061-0/+301
OpenPOWER on IntegriCloud