aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/mv_cesa.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofGravatar Phil Sutter 1-6/+2
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placeGravatar Phil Sutter 1-8/+6
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC caseGravatar Phil Sutter 1-3/+3
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Gravatar Phil Sutter 1-15/+10
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkGravatar Phil Sutter 1-6/+6
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failGravatar Phil Sutter 1-2/+8
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupGravatar Phil Sutter 1-3/+0
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just onceGravatar Phil Sutter 1-2/+1
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofGravatar Phil Sutter 1-3/+1
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerGravatar Roel Kluin 1-1/+1
2010-05-26crypto: mv_cesa - fixup error handling in mv_probe()Gravatar Dan Carpenter 1-5/+5
2010-05-14crypto: mv_cesa - Use resource_sizeGravatar Tobias Klauser 1-2/+2
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Gravatar Herbert Xu 1-0/+1
2010-04-13crypto: mv_cesa - Add sha1 and hmac(sha1) async hash driversGravatar Uri Simchoni 1-7/+507
2010-04-13crypto: mv_cesa - Support processing of data from previous requestsGravatar Uri Simchoni 1-3/+5
2010-04-13crypto: mv_cesa - Make the copy-back of data optionalGravatar Uri Simchoni 1-22/+27
2010-04-13crypto: mv_cesa - Execute some code via function pointers rathr than direct c...Gravatar Uri Simchoni 1-4/+9
2010-04-13crypto: mv_cesa - Rename a variable to a more suitable nameGravatar Uri Simchoni 1-5/+5
2010-04-13crypto: mv_cesa - Enqueue generic async requestsGravatar Uri Simchoni 1-19/+24
2010-04-13crypto: mv_cesa - Fix situations where the src sglist spans more data than th...Gravatar Uri Simchoni 1-22/+44
2010-04-13crypto: mv_cesa - Fix situation where the dest sglist is organized differentl...Gravatar Uri Simchoni 1-5/+9
2010-04-13crypto: mv_cesa - Remove compiler warning in mv_cesa driverGravatar Uri Simchoni 1-0/+1
2010-04-13crypto: mv_cesa - Invoke the user callback from a softirq contextGravatar Uri Simchoni 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-10crypto: mv_cesa - Add support for Orion5X crypto engineGravatar Sebastian Andrzej Siewior 1-0/+606