aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-447/+1
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar1-0/+1
2008-07-15Revert crypto: prng - Deterministic CPRNGHerbert Xu4-447/+1
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar2-11/+9
2008-07-10crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu4-0/+4
2008-07-10crypto: crc32c - Add ahash implementationHerbert Xu2-8/+122
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-1/+90
2008-07-10crypto: prng - Deterministic CPRNGNeil Horman4-1/+447
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu3-3/+0
2008-07-10crypto: hash - Fixed digest size checkHerbert Xu4-9/+13
2008-07-10crypto: rmd - sparse annotationsHarvey Harrison3-12/+12
2008-07-10crypto: rmd128 - sparse annotationsHarvey Harrison1-4/+4
2008-07-10crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison1-48/+36
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu1-10/+5
2008-07-10[CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman2-3/+106
2008-07-10[CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu4-8/+8
2008-07-10[CRYPTO] rmd320: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho1-19/+57
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportLoc Ho2-0/+244
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho6-11/+288
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+25
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2-2/+155
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger3-0/+777
2008-07-10[CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger3-18/+35
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy1-5/+21
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu2-15/+0
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+26
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger2-1/+320
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger4-0/+760
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu1-5/+4
2008-07-10crypto: chainiv - Invoke completion functionHerbert Xu1-2/+8
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins1-9/+1
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar1-0/+6
2008-06-02[CRYPTO] cts: Init SG tablesAlexey Dobriyan1-0/+6
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-07[CRYPTO] hmac: Avoid calling virt_to_page on keyHerbert Xu1-2/+23
2008-05-01[CRYPTO] cryptd: Correct kzalloc error testJulia Lawall1-1/+3
2008-05-01[CRYPTO] eseqiv: Fix off-by-one encryptionHerbert Xu1-1/+2
2008-05-01[CRYPTO] authenc: Fix async crypto crash in crypto_authenc_genicv()Patrick McHardy1-2/+3
2008-04-21[CRYPTO] kconfig: Ordering cleanupSebastian Siewior1-316/+329
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal23-92/+92
2008-04-21[CRYPTO] aes: Export generic setkeySebastian Siewior1-9/+47
2008-04-21[CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior3-2/+6
2008-04-21[CRYPTO] cts: Add CTS mode required for Kerberos AES supportKevin Coffman5-2/+582
2008-04-21[CRYPTO] lrw: Replace all adds to big endians variables with be*_add_cpuMarcin Slusarz1-2/+3
2008-04-21[CRYPTO] tcrypt: Change the XTEA test vectorsSebastian Siewior1-3/+3
2008-04-21[CRYPTO] tcrypt: Shrink the tcrypt moduleSebastian Siewior1-5773/+5770