aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-04crypto: caam - pass the correct buffer lengthFabio Estevam1-1/+1
2015-11-17crypto: caam - check return value of sg_nents_for_lenLABBE Corentin1-0/+24
2015-10-20crypto: caam - fix indentation of close bracesRussell King1-6/+6
2015-10-20crypto: caam - only export the state we really need to exportRussell King1-4/+40
2015-10-20crypto: caam - fix non-block aligned hash calculationRussell King1-1/+1
2015-10-20crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King1-8/+4
2015-10-20crypto: caam - print errno code when hash registration failsRussell King1-4/+6
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin1-38/+17
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-24/+45
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam1-1/+1
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan1-8/+30
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan1-1/+1
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan1-13/+12
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan1-1/+1
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+5
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan1-4/+5
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius1-0/+2
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin1-0/+1
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica1-3/+3
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica1-8/+14
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta1-0/+1
2014-07-23crypto: caam - fix uninitialized edesc->dst_dma fieldHoria Geanta1-0/+2
2014-07-23crypto: caam - fix uninitialized S/G table size in ahash_digestHoria Geanta1-0/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_srcHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA direction mismatch in ahash_done_ctx_dstHoria Geanta1-1/+1
2014-07-23crypto: caam - fix DMA unmapping error in hash_digest_keyHoria Geanta1-2/+2
2014-07-23crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta1-16/+90
2014-07-10crypto: caam - Check for CAAM block presence before registering with crypto layerRuchika Gupta1-0/+28
2014-06-25crypto: caam - Correct the dma mapping for sg tableRuchika Gupta1-17/+23
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut1-20/+8
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta1-1/+3
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta1-71/+26
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta1-1/+3
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu1-0/+7
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu1-33/+35
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg1-2/+0
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg1-1/+1
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips1-2/+2
2012-09-07crypto: caam - coccicheck fixesKim Phillips1-0/+4
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips1-2/+2
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu1-4/+10
2012-06-27crypto: caam - chaining supportYuan Kang1-15/+38
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang1-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang1-0/+1814