aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2017-07-21crypto: caam - fix signals handlingHoria Geantă
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă
2016-11-28crypto: caam - refactor ahash shared descriptor generationHoria Geantă
2016-11-28crypto: caam - consolidate split key length computationHoria Geantă
2016-11-28crypto: caam - rewrite some generic inline append cmdsHoria Geantă
2016-11-28crypto: caam - remove superfluous alg_op algorithm paramHoria Geantă
2016-11-28crypto: caam - group algorithm related paramsHoria Geantă
2016-11-13crypto: caam - merge identical ahash_final/finup shared descHoria Geantă
2016-11-13crypto: caam - trivial code clean-upHoria Geantă
2016-11-13crypto: caam - completely remove error propagation handlingHoria Geantă
2016-09-22crypto: caam - Move common error handling code in two functionsMarkus Elfring
2016-09-22crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring
2016-09-22crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring
2016-09-22crypto: caam - Rename a jump label in five functionsMarkus Elfring
2016-09-22crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring
2016-09-22crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring
2016-08-09crypto: caam - add ahash_edesc_add_src()Russell King
2016-08-09crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King
2016-08-09crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King
2016-08-09crypto: caam - check and use dma_map_sg() return codeRussell King
2016-08-09crypto: caam - ensure that we clean up after an errorRussell King
2016-08-09crypto: caam - replace sec4_sg pointer with arrayRussell King
2016-08-09crypto: caam - mark the hardware descriptor as cache line alignedRussell King
2016-08-09crypto: caam - incorporate job descriptor into struct ahash_edescRussell King
2016-08-09crypto: caam - ensure descriptor buffers are cacheline alignedRussell King
2016-08-09crypto: caam - fix DMA API mapping leakRussell King
2016-08-09crypto: caam - fix non-hmac hashesRussell King
2016-05-31crypto: caam - handle core endianness != caam endiannessHoria Geantă
2015-12-04crypto: caam - pass the correct buffer lengthFabio Estevam
2015-11-17crypto: caam - check return value of sg_nents_for_lenLABBE Corentin
2015-10-20crypto: caam - fix indentation of close bracesRussell King
2015-10-20crypto: caam - only export the state we really need to exportRussell King
2015-10-20crypto: caam - fix non-block aligned hash calculationRussell King
2015-10-20crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King
2015-10-20crypto: caam - print errno code when hash registration failsRussell King
2015-10-01crypto: caam - dma_map_sg can handle chained SGLABBE Corentin
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-08-24crypto: caam - Use the preferred style for memory allocationsFabio Estevam
2015-08-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?
2015-08-10crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan
2015-08-10crypto: caam - Correct DMA unmap size in ahash_update_ctx()Victoria Milhoan
2015-08-10crypto: caam - Change kmalloc to kzalloc to avoid residual dataVictoria Milhoan
2015-08-10crypto: caam - Add cache coherency supportVictoria Milhoan
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan
2015-06-16crypto: caam - improve initalization for context state savesSteve Cornelius