aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/mv_cesa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Dan Carpenter1-5/+5
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 Xu1-0/+1
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversUri Simchoni1-7/+507
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 Heo1-0/+1
2009-08-10crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior1-0/+606