summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta2014-07-231-0/+1
* crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta2014-07-231-0/+2
* crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta2014-07-231-0/+1
* crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta2014-07-231-1/+1
* crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta2014-07-231-1/+1
* crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta2014-07-231-2/+2
* crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta2014-07-231-16/+90
* crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta2014-07-101-0/+28
* crypto: caam - Correct the dma mapping for sg tableRuchika Gupta2014-06-251-17/+23
* crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut2014-05-081-20/+8
* crypto: caam - fix mem leak in ahash_setkeyHoria Geanta2014-04-281-1/+3
* crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-301-71/+26
* crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-301-1/+3
* crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-131-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-071-1/+1
|\
| * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
* | crypto: caam - replace xstr macro with __stringifyAlex Porosanu2013-08-211-33/+35
* | crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg2013-07-101-2/+0
|/
* crypto: caam - change key gen functions to return signed intKim Phillips2013-04-251-2/+2
* crypto: caam - coccicheck fixesKim Phillips2012-09-071-0/+4
* crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-011-2/+2
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-011-4/+10
* crypto: caam - chaining supportYuan Kang2012-06-271-15/+38
* crypto: caam - unkeyed ahash supportYuan Kang2012-06-271-17/+58
* crypto: caam - ahash hmac supportYuan Kang2012-06-271-0/+1814
OpenPOWER on IntegriCloud