summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2015-11-03crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan
2015-11-03crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?
2015-11-03crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-11-03crypto: caam - improve initalization for context state savesSteve Cornelius
2015-06-01crypto: caam - fix size_t print formatHoria Geantă
2014-12-11Merge remote-tracking branch 'b18196/fix_error_reporting'Rich Schmitt
2014-12-11crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut
2014-12-11crypto: caamhash: fix jr alloc leak on error pathCristian Stoica
2014-12-11crypto: caam - fix mem leak in ahash_setkeyHoria Geanta
2014-12-11crypto: caam - remove duplicated sg copy functionsCristian Stoica
2014-12-11crypto: caam: fix array out of bound accessCristian Stoica
2014-12-11crypto: caam - fix addressing of struct memberCristian Stoica
2014-12-11crypto:caam: Initialize sec4_sg_bytes to 0 in ahash_final_no_ctxRuchika Gupta
2014-12-11crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta
2014-12-11crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta
2014-12-11crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta
2014-12-11crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta
2014-12-11crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta
2014-12-11crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta
2014-12-11crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta
2014-12-11crypto: caam - Correct the dma mapping for sg tableRuchika Gupta
2014-03-21crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta
2013-08-28crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta
2013-08-21crypto: caam - Add Platform driver for Job RingRuchika Gupta
2013-08-14crypto: caam - replace xstr macro with __stringifyAlex Porosanu
2013-07-23crypto: caam - change key gen functions to return signed intKim Phillips
2013-05-29crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg
2013-05-29crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg
2012-09-06crypto: caam - coccicheck fixesKim Phillips
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu
2012-06-27crypto: caam - chaining supportYuan Kang
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang
2012-06-27crypto: caam - ahash hmac supportYuan Kang