index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
4
-447
/
+1
2008-07-15
Merge branch 'core/rcu' into core/rcu-for-linus
Ingo Molnar
1
-0
/
+1
2008-07-15
Revert crypto: prng - Deterministic CPRNG
Herbert Xu
4
-447
/
+1
2008-07-11
Merge branch 'linus' into core/rcu
Ingo Molnar
2
-11
/
+9
2008-07-10
crypto: hash - Move ahash functions into crypto/hash.h
Herbert Xu
4
-0
/
+4
2008-07-10
crypto: crc32c - Add ahash implementation
Herbert Xu
2
-8
/
+122
2008-07-10
crypto: hash - Added scatter list walking helper
Herbert Xu
1
-1
/
+90
2008-07-10
crypto: prng - Deterministic CPRNG
Neil Horman
4
-1
/
+447
2008-07-10
crypto: hash - Removed vestigial ahash fields
Herbert Xu
3
-3
/
+0
2008-07-10
crypto: hash - Fixed digest size check
Herbert Xu
4
-9
/
+13
2008-07-10
crypto: rmd - sparse annotations
Harvey Harrison
3
-12
/
+12
2008-07-10
crypto: rmd128 - sparse annotations
Harvey Harrison
1
-4
/
+4
2008-07-10
crypto: camellia - Use kernel-provided bitops, unaligned access helpers
Harvey Harrison
1
-48
/
+36
2008-07-10
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls
Herbert Xu
1
-10
/
+5
2008-07-10
[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc mode
Neil Horman
2
-3
/
+106
2008-07-10
[CRYPTO] rmd: Use pointer form of endian swapping operations
Herbert Xu
4
-8
/
+8
2008-07-10
[CRYPTO] rmd320: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd256: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd160: Fix endian issues
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] rmd128: Fix endian problems
Adrian-Ken Rueegsegger
1
-28
/
+9
2008-07-10
[CRYPTO] tcrypt: Use asynchronous hash interface
Loc Ho
1
-19
/
+57
2008-07-10
[CRYPTO] cryptd: Add asynchronous hash support
Loc Ho
2
-0
/
+244
2008-07-10
[CRYPTO] hash: Add asynchronous hash support
Loc Ho
6
-11
/
+288
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+25
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
2
-2
/
+155
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320
Adrian-Ken Rueegsegger
3
-0
/
+777
2008-07-10
[CRYPTO] ripemd: Put all common RIPEMD values in header file
Adrian-Ken Rueegsegger
3
-18
/
+35
2008-07-10
[CRYPTO] tcrypt: Catch cipher destination memory corruption
Patrick McHardy
1
-5
/
+21
2008-07-10
[CRYPTO] tcrpyt: Get rid of change log in source
Herbert Xu
2
-15
/
+0
2008-07-10
[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
1
-0
/
+26
2008-07-10
[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160
Adrian-Ken Rueegsegger
2
-1
/
+320
2008-07-10
[CRYPTO] ripemd: Add support for RIPEMD hash algorithms
Adrian-Ken Rueegsegger
4
-0
/
+760
2008-07-10
[CRYPTO] cryptd: Fix EINPROGRESS notification context
Herbert Xu
1
-5
/
+4
2008-07-10
crypto: chainiv - Invoke completion function
Herbert Xu
1
-2
/
+8
2008-07-08
crypto: tcrypt - Fix memory leak in test_cipher
Darren Jenkins
1
-9
/
+1
2008-06-16
Merge branch 'linus' into core/rcu
Ingo Molnar
1
-0
/
+6
2008-06-02
[CRYPTO] cts: Init SG tables
Alexey Dobriyan
1
-0
/
+6
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
1
-0
/
+1
2008-05-07
[CRYPTO] hmac: Avoid calling virt_to_page on key
Herbert Xu
1
-2
/
+23
2008-05-01
[CRYPTO] cryptd: Correct kzalloc error test
Julia Lawall
1
-1
/
+3
2008-05-01
[CRYPTO] eseqiv: Fix off-by-one encryption
Herbert Xu
1
-1
/
+2
2008-05-01
[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()
Patrick McHardy
1
-2
/
+3
2008-04-21
[CRYPTO] kconfig: Ordering cleanup
Sebastian Siewior
1
-316
/
+329
2008-04-21
[CRYPTO] all: Clean up init()/fini()
Kamalesh Babulal
23
-92
/
+92
2008-04-21
[CRYPTO] aes: Export generic setkey
Sebastian Siewior
1
-9
/
+47
2008-04-21
[CRYPTO] api: Make the crypto subsystem fully modular
Sebastian Siewior
3
-2
/
+6
2008-04-21
[CRYPTO] cts: Add CTS mode required for Kerberos AES support
Kevin Coffman
5
-2
/
+582
2008-04-21
[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpu
Marcin Slusarz
1
-2
/
+3
2008-04-21
[CRYPTO] tcrypt: Change the XTEA test vectors
Sebastian Siewior
1
-3
/
+3
2008-04-21
[CRYPTO] tcrypt: Shrink the tcrypt module
Sebastian Siewior
1
-5773
/
+5770
[next]