summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2008-11-30fix talitosAl Viro-2/+2
2008-09-14crypto: talitos - Avoid consecutive packets going out with same IVKim Phillips-2/+4
2008-08-13crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha-1/+36
2008-08-13crypto: talitos - Add handling for SEC 3.x treatment of link tableLee Nipper-15/+39
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King-2/+2
2008-07-17crypto: talitos - sparse fixKim Phillips-1/+1
2008-07-17crypto: talitos - Stop leaking memory in error pathKim Phillips-2/+7
2008-07-17crypto: talitos - Fix GFP flag usageKim Phillips-2/+4
2008-07-17crypto: talitos - Preempt overflow interruptsKim Phillips-5/+22
2008-07-17crypto: talitos - Correct dst != src case handlingLee Nipper-1/+1
2008-07-17crypto: talitos - Remove calls to of_node_putLee Nipper-5/+0
2008-07-13crypto: ixp4xx - Select CRYPTO_AUTHENCImre Kaloz-0/+1
2008-07-10crypto: talitos - Add support for sha256 and md5 variantsLee Nipper-12/+99
2008-07-10crypto: talitos - Use proper form for algorithm driver namesHerbert Xu-2/+2
2008-07-10crypto: talitos - Add support for 3desLee Nipper-27/+69
2008-07-10crypto: padlock - Make module loading quieter when hardware isn't availableJeremy Katz-4/+4
2008-07-10crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt-0/+1516
2008-07-10crypto: talitos - Freescale integrated security engine (SEC) driverKim Phillips-0/+1684
2008-07-10[CRYPTO] hifn: Simplify code using ARRAY_SIZE() macroRobert P. J. Day-1/+1
2008-07-10[CRYPTO] hifn: Remove duplicated includeHuang Weiyi-1/+0
2008-07-10[HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy-4/+4
2008-07-10[HIFN]: Move command descriptor setup to seperate functionPatrick McHardy-101/+104
2008-07-10[HIFN]: Fix max queue length valuePatrick McHardy-1/+1
2008-07-10[HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy-0/+3
2008-07-10[HIFN]: Use unique driver names for different algosPatrick McHardy-13/+14
2008-07-10[HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy-10/+10
2008-07-10[HIFN]: Fix data alignment checksPatrick McHardy-28/+14
2008-07-10[HIFN]: Handle ablkcipher_walk errorsPatrick McHardy-1/+4
2008-07-10[HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy-2/+2
2008-07-10[HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy-1/+1
2008-07-10[HIFN]: Endianess fixesPatrick McHardy-30/+30
2008-04-21[CRYPTO] padlock-aes: Use generic setkey functionSebastian Siewior-301/+20
2008-04-21[CRYPTO] sha384: Hardware acceleration for s390Jan Glauber-2/+4
2008-04-21[CRYPTO] sha512: Hardware acceleration for s390Jan Glauber-0/+11
2008-04-17[S390] zcrypt: add support for large random numbersRalph Wuerthner-0/+1
2008-03-30drivers/crypto/hifn_795x.c trivial endianness annotationsAl Viro-14/+14
2008-02-15[HIFN]: Fix invalid config ifdefs for RNG supportPatrick McHardy-3/+3
2008-01-26[S390] crypto: move s390 Kconfig options.Jan Glauber-2/+61
2008-01-26[CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is mHerbert Xu-4/+10
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-98/+3118
2008-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+2
2008-01-11[CRYPTO] hifn_795x: Fixup container_of() usageAlexey Dobriyan-1/+1
2008-01-11[CRYPTO] padlock: Only reset the key once for each CBC and ECB operationHerbert Xu-5/+15
2008-01-11[CRYPTO] blkcipher: Merge ablkcipher and blkcipher into one option/moduleHerbert Xu-1/+1
2008-01-11[CRYPTO] geode: Add __dev{init,exit} annotationsAdrian Bunk-2/+2
2008-01-11[CRYPTO] geode: Use correct encrypt/decrypt function in fallbackSebastian Siewior-2/+2
2008-01-11[CRYPTO] geode: do not copy the IV too oftenSebastian Siewior-5/+3
2008-01-11[HIFN]: Add support for using the random number generatorPatrick McHardy-1/+81
2008-01-11[HIFN]: Improve PLL initializationPatrick McHardy-2/+108
2008-01-11[CRYPTO] ablkcipher: Add distinct ABLKCIPHER typeHerbert Xu-1/+1