aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely12-151/+5039
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely2-4/+10
2010-05-19crypto: talitos - add support for sha224Kim Phillips2-10/+75
2010-05-19crypto: talitos - add hash algorithmsLee Nipper2-18/+534
2010-05-19crypto: talitos - second prepare step for adding ahash algorithmsLee Nipper1-12/+43
2010-05-19crypto: talitos - prepare for adding ahash algorithms Lee Nipper1-18/+21
2010-05-19crypto: n2 - Add Niagara2 crypto driverDavid S. Miller5-0/+2423
2010-05-19crypto: hifn_795x - Rename ablkcipher_walk to hifn_cipher_walkDavid S. Miller1-9/+9
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-05-14crypto: mv_cesa - Use resource_sizeTobias Klauser1-2/+2
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu6-1/+6
2010-05-03crypto: omap - sha1 & md5 driverDmitry Kasatkin3-0/+1270
2010-04-19crypto: geode-aes - Fix some code style issuesChihau Chau1-16/+20
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversUri Simchoni2-12/+542
2010-04-13crypto: mv_cesa - Support processing of data from previous requestsUri Simchoni1-3/+5
2010-04-13crypto: mv_cesa - Make the copy-back of data optionalUri Simchoni1-22/+27
2010-04-13crypto: mv_cesa - Execute some code via function pointers rathr than direct callsUri Simchoni1-4/+9
2010-04-13crypto: mv_cesa - Rename a variable to a more suitable nameUri Simchoni1-5/+5
2010-04-13crypto: mv_cesa - Enqueue generic async requestsUri Simchoni1-19/+24
2010-04-13crypto: mv_cesa - Fix situations where the src sglist spans more data than the request asks forUri Simchoni1-22/+44
2010-04-13crypto: mv_cesa - Fix situation where the dest sglist is organized differently than the source sglistUri Simchoni1-5/+9
2010-04-13crypto: mv_cesa - Remove compiler warning in mv_cesa driverUri Simchoni1-0/+1
2010-04-13crypto: mv_cesa - Invoke the user callback from a softirq contextUri Simchoni1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-6/+6
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2010-02-04crypto: geode-aes - Fix cip/blk confusionRoel Kluin1-1/+1
2010-02-02crypto: padlock-sha - Add import/export supportHerbert Xu1-0/+23
2010-01-17crypto: Make Open Firmware device id constantMárton Németh2-2/+2
2010-01-08crypto: geode-aes - access .cip instead of .blk in cipher modeRoel Kluin1-3/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-03crypto: padlock-aes - Use the correct mask when checking whether copying is requiredChuck Ebbert1-2/+2
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo1-6/+6
2009-09-21crypto: padlock-sha - Fix stack alignmentHerbert Xu1-2/+12
2009-08-13crypto: talitos - add support for 36 bit addressingKim Phillips2-29/+41
2009-08-13crypto: talitos - align locks on cache linesKim Phillips1-83/+58
2009-08-13crypto: talitos - simplify hmac data size calculationKim Phillips1-5/+3
2009-08-10crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior4-0/+739
2009-07-16crypto: padlock - Fix hashing of partial blocksHerbert Xu1-0/+2
2009-07-15crypto: padlock - Fix compile error on i386Herbert Xu1-2/+4
2009-07-15crypto: crypto4xx - Disable SHA implementationHerbert Xu1-19/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu2-39/+71
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu2-2/+4
2009-07-14crypto: padlock - Switch sha to shashHerbert Xu2-179/+156
2009-07-11crypto: padlock - Use shash fallback for shaHerbert Xu1-30/+52
2009-06-18crypto: padlock-aes - work around Nano CPU errata in CBC modeChuck Ebbert1-18/+65
2009-06-18crypto: padlock-aes - work around Nano CPU errata in ECB modeChuck Ebbert1-35/+46