summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: hash - Move ahash functions into crypto/hash.hHerbert Xu2008-07-108-172/+195
* crypto: crc32c - Add ahash implementationHerbert Xu2008-07-102-8/+122
* crypto: hash - Added scatter list walking helperHerbert Xu2008-07-102-1/+131
* crypto: prng - Deterministic CPRNGNeil Horman2008-07-104-1/+447
* crypto: hash - Removed vestigial ahash fieldsHerbert Xu2008-07-104-8/+2
* crypto: hash - Fixed digest size checkHerbert Xu2008-07-104-9/+13
* crypto: rmd - sparse annotationsHarvey Harrison2008-07-103-12/+12
* crypto: rmd128 - sparse annotationsHarvey Harrison2008-07-101-4/+4
* crypto: camellia - Use kernel-provided bitops, unaligned access helpersHarvey Harrison2008-07-101-48/+36
* crypto: talitos - Use proper form for algorithm driver namesHerbert Xu2008-07-101-2/+2
* crypto: talitos - Add support for 3desLee Nipper2008-07-102-27/+69
* crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz2008-07-102-4/+4
* crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu2008-07-101-10/+5
* crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt2008-07-103-0/+1516
* crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips2008-07-104-0/+1684
* [CRYPTO] tcrypt: Add self test for des3_ebe cipher operating in cbc modeNeil Horman2008-07-102-3/+106
* [CRYPTO] rmd: Use pointer form of endian swapping operationsHerbert Xu2008-07-104-8/+8
* [CRYPTO] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day2008-07-101-1/+1
* [CRYPTO] rmd320: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* [CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* [CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger2008-07-101-28/+9
* [CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger2008-07-101-28/+9
* [CRYPTO] hifn: Remove duplicated includeHuang Weiyi2008-07-101-1/+0
* [CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho2008-07-101-19/+57
* [CRYPTO] cryptd: Add asynchronous hash supportLoc Ho2008-07-102-0/+244
* [CRYPTO] hash: Add asynchronous hash supportLoc Ho2008-07-108-15/+507
* [CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-101-0/+25
* [CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-102-2/+155
* [CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2008-07-103-0/+777
* [CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger2008-07-103-18/+35
* [CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy2008-07-101-5/+21
* [HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy2008-07-101-4/+4
* [HIFN]: Move command descriptor setup to seperate functionPatrick McHardy2008-07-101-101/+104
* [HIFN]: Fix max queue length valuePatrick McHardy2008-07-101-1/+1
* [HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy2008-07-101-0/+3
* [HIFN]: Use unique driver names for different algosPatrick McHardy2008-07-101-13/+14
* [HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy2008-07-101-10/+10
* [HIFN]: Fix data alignment checksPatrick McHardy2008-07-101-28/+14
* [HIFN]: Handle ablkcipher_walk errorsPatrick McHardy2008-07-101-1/+4
* [HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy2008-07-101-2/+2
* [HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy2008-07-101-1/+1
* [HIFN]: Endianess fixesPatrick McHardy2008-07-101-30/+30
* [CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu2008-07-102-15/+0
* [CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-101-0/+26
* [CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger2008-07-102-1/+320
* [CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger2008-07-104-0/+760
* [CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu2008-07-101-5/+4
* crypto: chainiv - Invoke completion functionHerbert Xu2008-07-101-2/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-091-0/+4
|\
| * RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise2008-07-081-0/+4
OpenPOWER on IntegriCloud