aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu1-0/+41
2008-07-10crypto: prng - Deterministic CPRNGNeil Horman4-1/+447
2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu4-8/+2
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: talitos - Use proper form for algorithm driver namesHerbert Xu1-2/+2
2008-07-10crypto: talitos - Add support for 3desLee Nipper2-27/+69
2008-07-10crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz2-4/+4
2008-07-10crypto: tcrpyt - Remove unnecessary kmap/kunmap callsHerbert Xu1-10/+5
2008-07-10crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt3-0/+1516
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips4-0/+1684
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] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-1/+1
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] hifn: Remove duplicated includeHuang Weiyi1-1/+0
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 Ho8-15/+507
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[HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy1-4/+4
2008-07-10[HIFN]: Move command descriptor setup to seperate functionPatrick McHardy1-101/+104
2008-07-10[HIFN]: Fix max queue length valuePatrick McHardy1-1/+1
2008-07-10[HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy1-0/+3
2008-07-10[HIFN]: Use unique driver names for different algosPatrick McHardy1-13/+14
2008-07-10[HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy1-10/+10
2008-07-10[HIFN]: Fix data alignment checksPatrick McHardy1-28/+14
2008-07-10[HIFN]: Handle ablkcipher_walk errorsPatrick McHardy1-1/+4
2008-07-10[HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy1-2/+2
2008-07-10[HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy1-1/+1
2008-07-10[HIFN]: Endianess fixesPatrick McHardy1-30/+30
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-08powerpc: Add missing reference to coherent_dma_maskVitaly Bordug1-0/+2
2008-07-08kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak1-1/+1
2008-07-08RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise1-0/+4
2008-07-08Fix broken fix for fsl-diu-dbTakashi Iwai1-2/+2