Herbert Xu
|
8c9bdab212
crypto: lrw - Free rctx->ext with kzfree
|
7 years ago |
Eric Biggers
|
217afccf65
crypto: lrw - remove lrw_crypt()
|
7 years ago |
Gilad Ben-Yossef
|
4e5b0ad582
crypto: remove redundant backlog checks on EBUSY
|
8 years ago |
Christophe Jaillet
|
d38efad2bf
crypto: lrw - Check for incorrect cipher name
|
8 years ago |
Christophe Jaillet
|
616129cc6e
crypto: lrw - Fix an error handling path in 'create()'
|
8 years ago |
Herbert Xu
|
4702bbeefb
crypto: lrw - Fix use-after-free on EINPROGRESS
|
8 years ago |
Eric Biggers
|
9df0eb180c
crypto: xts,lrw - fix out-of-bounds write after kmalloc failure
|
8 years ago |
Herbert Xu
|
700cb3f5fe
crypto: lrw - Convert to skcipher
|
8 years ago |
Kees Cook
|
4943ba16bb
crypto: include crypto- module prefix in template
|
10 years ago |
Jussi Kivilinna
|
6c2205b8ff
crypto: lrw - add interface for parallelized cipher implementions
|
14 years ago |
Jussi Kivilinna
|
171c02048f
crypto: lrw - split gf128mul table initialization from setkey
|
14 years ago |
Jussi Kivilinna
|
4660720df6
crypto: lrw - use blocksize constant
|
14 years ago |
Jussi Kivilinna
|
b884f8b901
crypto: lrw - fix memleak
|
14 years ago |
Herbert Xu
|
8eb2dfac41
crypto: lrw - Fix big endian support
|
16 years ago |
Marcin Slusarz
|
fd4609a8e0
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
|
17 years ago |
David Howells
|
e231c2ee64
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
|
17 years ago |
Herbert Xu
|
ebc610e5bc
[CRYPTO] templates: Pass type/mask when creating instances
|
18 years ago |
Herbert Xu
|
2e306ee016
[CRYPTO] api: Add type-safe spawns
|
19 years ago |
David S. Miller
|
9ebed9d182
[CRYPTO] lrw: round --> lrw_round
|
19 years ago |
Rik Snel
|
64470f1b85
[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher mode
|
19 years ago |