Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
276dd70baebe6334e603227c064a9beb07cb4e9e
/
crypto
c49c41a
Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
4f58cb9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
08c70fc
crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in Kconfig
by Jussi Kivilinna
· 13 years ago
feaf0cf
crypto: serpent-sse2 - select LRW and XTS
by Jussi Kivilinna
· 13 years ago
e7cda5d
crypto: twofish-x86_64-3way - select LRW and XTS
by Jussi Kivilinna
· 13 years ago
5bcf8e6
crypto: xts - remove dependency on EXPERIMENTAL
by Jussi Kivilinna
· 13 years ago
2470a2b
crypto: lrw - remove dependency on EXPERIMENTAL
by Jussi Kivilinna
· 13 years ago
341975b
crypto: serpent-sse2 - should select CRYPTO_CRYPTD
by Jussi Kivilinna
· 13 years ago
2deed78
crypto: serpent - rename serpent.c to serpent_generic.c
by Jussi Kivilinna
· 13 years ago
7f4e3e3
crypto: serpent - cleanup checkpatch errors and warnings
by Jussi Kivilinna
· 13 years ago
1848205
crypto: serpent-sse2 - add lrw support
by Jussi Kivilinna
· 13 years ago
251496d
crypto: serpent - add 4-way parallel i586/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
937c30d
crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation
by Jussi Kivilinna
· 13 years ago
2290c0d
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
4da669a
crypto: drop selects of bogus Kconfig symbol
by Paul Bolle
· 13 years ago
42a0ddc
Merge git://github.com/herbertx/crypto
by Linus Torvalds
· 13 years ago
3acc847
crypto: algapi - Fix build problem with NET disabled
by Herbert Xu
· 13 years ago
d19978f
crypto: fix typo in crypto/Kconfig
by Valdis.Kletnieks@vt.edu
· 13 years ago
ce3fd84
crypto: Unlink and free instances when deleted
by Steffen Klassert
· 13 years ago
505172e
crypto: ansi_cprng - enforce key != seed in fips mode
by Jarod Wilson
· 13 years ago
131f754
crypto: tcrypt - add xts(twofish) tests
by Jussi Kivilinna
· 13 years ago
aed265b
crypto: testmgr - add xts(twofish) test vectors
by Jussi Kivilinna
· 13 years ago
5209c07
crypto: tcrypt - add xts(serpent) tests
by Jussi Kivilinna
· 13 years ago
18be20b
crypto: testmgr - add xts(serpent) test vectors
by Jussi Kivilinna
· 13 years ago
ce00455
crypto: xts: add interface for parallelized cipher implementations
by Jussi Kivilinna
· 13 years ago
f9d2691
crypto: xts - use blocksize constant
by Jussi Kivilinna
· 13 years ago
81559f9
crypto: twofish-x86_64-3way - add lrw support
by Jussi Kivilinna
· 13 years ago
bee3a90
crypto: tcrypt - add lrw(twofish) tests
by Jussi Kivilinna
· 13 years ago
0b2a155
crypto: testmgr - add lrw(twofish) test vectors
by Jussi Kivilinna
· 13 years ago
87aae4b
crypto: tcrypt - add lrw(serpent) tests
by Jussi Kivilinna
· 13 years ago
d7bfc0f
crypto: testmgr - add lrw(serpent) test vectors
by Jussi Kivilinna
· 13 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
dd6eec2
crypto: serpent - rename module from serpent to serpent_generic
by Jussi Kivilinna
· 13 years ago
bc83b82
crypto: serpent - export common functions for x86_64/i386-sse2 assembler implementations
by Jussi Kivilinna
· 13 years ago
7fb7fe4
crypto: tcrypt - add serpent speed tests
by Jussi Kivilinna
· 13 years ago
3f3baf3
crypto: tcrypt - add test_acipher_speed
by Jussi Kivilinna
· 13 years ago
9d25917
crypto: testmgr - add new serpent test vectors
by Jussi Kivilinna
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
fb223c3
crypto: user - Fix rwsem leak in crypto_user
by Jonathan Corbet
· 13 years ago
dc47d38
Merge git://github.com/herbertx/crypto
by Linus Torvalds
· 13 years ago
5db017a
crypto: user - Depend on NET instead of selecting it
by Herbert Xu
· 13 years ago
4bb33cc
crypto: add module.h to those files that are explicitly using it
by Paul Gortmaker
· 13 years ago
ea8bdfc
crypto: user - Add dependency on NET
by Herbert Xu
· 13 years ago
e6ea64e
crypto: user - Initialise match in crypto_alg_match
by Herbert Xu
· 13 years ago
573da62
crypto: testmgr - add twofish tests
by Jussi Kivilinna
· 13 years ago
85b63e3
crypto: testmgr - add blowfish test-vectors
by Jussi Kivilinna
· 13 years ago
ac4385d
crypto: whirlpool - count rounds from 0
by Alexey Dobriyan
· 13 years ago
540b97c
crypto: Add userspace report for compress type algorithms
by Steffen Klassert
· 13 years ago
07a5fa4
crypto: Add userspace report for cipher type algorithms
by Steffen Klassert
· 13 years ago
792608e
crypto: Add userspace report for rng type algorithms
by Steffen Klassert
· 13 years ago
a55465d
crypto: Add userspace report for pcompress type algorithms
by Steffen Klassert
· 13 years ago
b735d0a
crypto: Add userspace report for nivaead type algorithms
by Steffen Klassert
· 13 years ago
6ad414f
crypto: Add userspace report for aead type algorithms
by Steffen Klassert
· 13 years ago
3e29c10
crypto: Add userspace report for givcipher type algorithms
by Steffen Klassert
· 13 years ago
29ffc87
crypto: Add userspace report for ablkcipher type algorithms
by Steffen Klassert
· 13 years ago
50496a1
crypto: Add userspace report for blkcipher type algorithms
by Steffen Klassert
· 13 years ago
6238cba
crypto: Add userspace report for ahash type algorithms
by Steffen Klassert
· 13 years ago
f4d663c
crypto: Add userspace report for shash type algorithms
by Steffen Klassert
· 13 years ago
6c5a86f5
crypto: Add userspace report for larval type algorithms
by Steffen Klassert
· 13 years ago
b6aa63c
crypto: Add a report function pointer to crypto_type
by Steffen Klassert
· 13 years ago
a38f790
crypto: Add userspace configuration API
by Steffen Klassert
· 13 years ago
22e5b20
crypto: Export crypto_remove_final
by Steffen Klassert
· 13 years ago
89b596b
crypto: Export crypto_remove_spawns
by Steffen Klassert
· 13 years ago
64a947b
crypto: Add a flag to identify crypto instances
by Steffen Klassert
· 13 years ago
8280daa
crypto: twofish - add 3-way parallel x86_64 assembler implemention
by Jussi Kivilinna
· 13 years ago
ee5002a
crypto: tcrypt - add ctr(twofish) speed test
by Jussi Kivilinna
· 13 years ago
7ed47b7
crypto: ghash - Avoid null pointer dereference if no key is set
by Nick Bowler
· 13 years ago
64b94ce
crypto: blowfish - add x86_64 assembly implementation
by Jussi Kivilinna
· 13 years ago
7d47b86
crypto: tcrypt - add ctr(blowfish) speed test
by Jussi Kivilinna
· 13 years ago
3f2a5d2
crypto: blowfish - rename C-version to blowfish_generic
by Jussi Kivilinna
· 13 years ago
52ba867
crypto: blowfish - split generic and common c code
by Jussi Kivilinna
· 13 years ago
b2bac6a
crypto: cryptd - Use subsys_initcall to prevent races with aesni
by Herbert Xu
· 13 years ago
66be895
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
by Mathias Krause
· 13 years ago
7c39017
crypto: sha1 - export sha1_update for reuse
by Mathias Krause
· 13 years ago
bc0b96b
crypto: Move md5_transform to lib/md5.c
by David S. Miller
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
a23a334
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
35ed4b3
doc: Kconfig: `to be' -> `be'
by Michael Witten
· 13 years ago
6254266
crypto: gf128mul - fix call to memset()
by Mathias Krause
· 13 years ago
e12fe68
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
269230e
crypto: algif_hash - Handle initial af_alg_make_sg error correctly
by Herbert Xu
· 13 years ago
36ca239
crypto: sha1_generic - use SHA1_BLOCK_SIZE
by Mandeep Singh Baines
· 13 years ago
cfa2b54
crypto: arc4 - Fixed coding style issues
by Mati Vait
· 13 years ago
fae3664
crypto: crc32c - Fixed coding style issue
by Mati Vait
· 13 years ago
8af0086
crypto: UML build fixes
by Richard Weinberger
· 13 years ago
5165e5b
crypto: testmgr - add xts-aes-256 self-test
by Jarod Wilson
· 13 years ago
7ab24bf
net+crypto: Use vmalloc for zlib inflate buffers.
by David S. Miller
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
0524975
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 13 years ago
b23b645
crypto: aesni-intel - Merge with fpu.ko
by Andy Lutomirski
· 13 years ago
9996e34
crypto: tcrypt - CTR mode speed test for AES
by Jan Glauber
· 14 years ago
ba0e14a
crypto: testmgr - add support for aes ofb mode
by Puneet Saxena
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
565d76c
zlib: slim down zlib_deflate() workspace when possible
by Jim Keniston
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
a5079d0
crypto: authencesn - Add algorithm to handle IPsec extended sequence numbers
by Steffen Klassert
· 14 years ago
Next »