Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6f713f49b4b845d4c7a99b35e50cab5aed3dbbc0
/
crypto
/
lrw.c
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
20a0f97
crypto: lrw - use correct alignmask
by Eric Biggers
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
81ff5d2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
c4741b2
crypto: run initcalls for generic implementations earlier
by Eric Biggers
· 6 years ago
aec286c
crypto: lrw - don't access already-freed walk.iv
by Eric Biggers
· 6 years ago
b257b48
crypto: lrw - Fix atomic sleep when walking skcipher
by Herbert Xu
· 6 years ago
fd27b57
crypto: lrw - fix rebase error after out of bounds fix
by Ard Biesheuvel
· 6 years ago
ac3c8f3
crypto: lrw - Do not use auxiliary buffer
by Ondrej Mosnacek
· 6 years ago
c778f96
crypto: lrw - Optimize tweak computation
by Ondrej Mosnacek
· 6 years ago
fbe1a85
crypto: lrw - Fix out-of bounds access on counter overflow
by Ondrej Mosnacek
· 6 years ago
8c30fbe
crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()
by Eric Biggers
· 6 years ago
8c9bdab
crypto: lrw - Free rctx->ext with kzfree
by Herbert Xu
· 7 years ago
217afcc
crypto: lrw - remove lrw_crypt()
by Eric Biggers
· 7 years ago
4e5b0ad
crypto: remove redundant backlog checks on EBUSY
by Gilad Ben-Yossef
· 7 years ago
d38efad
crypto: lrw - Check for incorrect cipher name
by Christophe Jaillet
· 7 years ago
616129c
crypto: lrw - Fix an error handling path in 'create()'
by Christophe Jaillet
· 7 years ago
4702bbe
crypto: lrw - Fix use-after-free on EINPROGRESS
by Herbert Xu
· 8 years ago
9df0eb1
crypto: xts,lrw - fix out-of-bounds write after kmalloc failure
by Eric Biggers
· 8 years ago
700cb3f
crypto: lrw - Convert to skcipher
by Herbert Xu
· 8 years ago
4943ba1
crypto: include crypto- module prefix in template
by Kees Cook
· 10 years ago
6c2205b
crypto: lrw - add interface for parallelized cipher implementions
by Jussi Kivilinna
· 13 years ago
171c020
crypto: lrw - split gf128mul table initialization from setkey
by Jussi Kivilinna
· 13 years ago
4660720
crypto: lrw - use blocksize constant
by Jussi Kivilinna
· 13 years ago
b884f8b
crypto: lrw - fix memleak
by Jussi Kivilinna
· 13 years ago
8eb2dfa
crypto: lrw - Fix big endian support
by Herbert Xu
· 16 years ago
fd4609a
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
by Marcin Slusarz
· 17 years ago
e231c2e
Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
by David Howells
· 17 years ago
ebc610e
[CRYPTO] templates: Pass type/mask when creating instances
by Herbert Xu
· 18 years ago
2e306ee
[CRYPTO] api: Add type-safe spawns
by Herbert Xu
· 18 years ago
9ebed9d
[CRYPTO] lrw: round --> lrw_round
by David S. Miller
· 18 years ago
64470f1
[CRYPTO] lrw: Liskov Rivest Wagner, a tweakable narrow block cipher mode
by Rik Snel
· 18 years ago