aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-13crypto: ixp4xx - Select CRYPTO_AUTHENCImre Kaloz1-0/+1
2008-07-10crypto: talitos - Add support for sha256 and md5 variantsLee Nipper1-12/+99
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: 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] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day1-1/+1
2008-07-10[CRYPTO] hifn: Remove duplicated includeHuang Weiyi1-1/+0
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-04-21[CRYPTO] padlock-aes: Use generic setkey functionSebastian Siewior2-301/+20
2008-04-21[CRYPTO] sha384: Hardware acceleration for s390Jan Glauber1-2/+4
2008-04-21[CRYPTO] sha512: Hardware acceleration for s390Jan Glauber1-0/+11
2008-04-17[S390] zcrypt: add support for large random numbersRalph Wuerthner1-0/+1
2008-03-30drivers/crypto/hifn_795x.c trivial endianness annotationsAl Viro1-14/+14
2008-02-15[HIFN]: Fix invalid config ifdefs for RNG supportPatrick McHardy1-3/+3
2008-01-26[S390] crypto: move s390 Kconfig options.Jan Glauber1-2/+61
2008-01-26[CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is mHerbert Xu2-4/+10
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-98/+3118
2008-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2008-01-11[CRYPTO] hifn_795x: Fixup container_of() usageAlexey Dobriyan1-1/+1
2008-01-11[CRYPTO] padlock: Only reset the key once for each CBC and ECB operationHerbert Xu1-5/+15
2008-01-11[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/moduleHerbert Xu1-1/+1
2008-01-11[CRYPTO] geode: Add __dev{init,exit} annotationsAdrian Bunk1-2/+2
2008-01-11[CRYPTO] geode: Use correct encrypt/decrypt function in fallbackSebastian Siewior1-2/+2
2008-01-11[CRYPTO] geode: do not copy the IV too oftenSebastian Siewior2-5/+3
2008-01-11[HIFN]: Add support for using the random number generatorPatrick McHardy1-1/+81
2008-01-11[HIFN]: Improve PLL initializationPatrick McHardy1-2/+108
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu1-1/+1
2008-01-11[CRYPTO] hifn: Add missing includesAndrew Morton1-0/+2
2008-01-11[CRYPTO] hifn: Make Kconfig option depend on PCIJan Glauber1-0/+1
2008-01-11[CRYPTO] hifn: Schedule callback invocation to tasklet.Evgeniy Polyakov1-1/+21
2008-01-11[CRYPTO] geode: Add fallback for unsupported modesSebastian Siewior2-43/+206
2008-01-11[CRYPTO] geode: move defines into a headerfileSebastian Siewior2-34/+34
2008-01-11[CRYPTO] geode: relax in busy loop and care about return valueSebastian Siewior1-3/+6
2008-01-11[CRYPTO] geode: use consistent IV copySebastian Siewior1-6/+4
2008-01-11[CRYPTO] aes: Move common defines into a header fileSebastian Siewior2-3/+2
2008-01-11[CRYPTO] geode: remove aliasSebastian Siewior1-1/+0
2008-01-11[CRYPTO] hifn_795x: Detect weak keysEvgeniy Polyakov2-1/+12
2008-01-11[CRYPTO] hifn_795x: HIFN 795x driverEvgeniy Polyakov3-0/+2630