summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add ahash_edesc_add_src()Russell King2016-08-091-80/+57
* crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King2016-08-091-50/+34
* crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King2016-08-091-27/+33
* crypto: caam - check and use dma_map_sg() return codeRussell King2016-08-091-35/+103
* crypto: caam - ensure that we clean up after an errorRussell King2016-08-091-53/+79
* crypto: caam - replace sec4_sg pointer with arrayRussell King2016-08-091-9/+3
* crypto: caam - mark the hardware descriptor as cache line alignedRussell King2016-08-091-1/+1
* crypto: caam - incorporate job descriptor into struct ahash_edescRussell King2016-08-091-30/+19
* crypto: caam - ensure descriptor buffers are cacheline alignedRussell King2016-08-091-7/+7
* crypto: caam - fix DMA API mapping leakRussell King2016-08-091-9/+17
* crypto: caam - fix non-hmac hashesRussell King2016-08-091-0/+1
* crypto: caam - handle core endianness != caam endiannessHoria Geantă2016-05-311-2/+3
* crypto: caam - pass the correct buffer lengthFabio Estevam2015-12-041-1/+1
* crypto: caam - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+24
* crypto: caam - fix indentation of close bracesRussell King2015-10-201-6/+6
* crypto: caam - only export the state we really need to exportRussell King2015-10-201-4/+40
* crypto: caam - fix non-block aligned hash calculationRussell King2015-10-201-1/+1
* crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King2015-10-201-8/+4
* crypto: caam - print errno code when hash registration failsRussell King2015-10-201-4/+6
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-38/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-311-24/+45
|\
| * crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-1/+1
| * crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-101-8/+30
| * crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan2015-08-101-1/+1
| * crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan2015-08-101-13/+12
| * crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-101-1/+1
* | crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?2015-08-131-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-221-4/+5
|\
| * crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan2015-06-161-4/+5
* | crypto: caam - improve initalization for context state savesSteve Cornelius2015-06-161-0/+2
|/
* crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin2015-03-091-0/+1
* crypto: caam - fix addressing of struct memberCristian Stoica2014-08-251-3/+3
* crypto: caam - remove duplicated sg copy functionsCristian Stoica2014-08-251-8/+14
* 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
OpenPOWER on IntegriCloud