summaryrefslogtreecommitdiff
path: root/crypto/lrw.c
AgeCommit message (Expand)Author
2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-10-12crypto: lrw - Check for incorrect cipher nameChristophe Jaillet
2017-10-12crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet
2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu
2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu
2014-11-26crypto: include crypto- module prefix in templateKees Cook
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna
2011-11-09crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna
2011-11-09crypto: lrw - use blocksize constantJussi Kivilinna
2011-11-09crypto: lrw - fix memleakJussi Kivilinna
2009-02-17crypto: lrw - Fix big endian supportHerbert Xu
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2007-05-02[CRYPTO] templates: Pass type/mask when creating instancesHerbert Xu
2007-02-07[CRYPTO] api: Add type-safe spawnsHerbert Xu
2006-12-06[CRYPTO] lrw: round --> lrw_roundDavid S. Miller
2006-12-06[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher modeRik Snel