summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2018-08-24MLK-17304-3: crypto: caam: Avoid dma_map call with empty bufferAymen Sghaier
2018-08-24MLK-17304-2: crypto: caam: Avoid dma_unmap call with empty bufferAymen Sghaier
2018-08-24MLK-17304: crypto: caam: Fix error swiotlb buffer is full for caamhashAymen Sghaier
2018-08-24MLK-17019 Correct CopyrightPeng Fan
2018-08-24MLK-15473-1: crypto: caam: Add CAAM driver support for iMX8 soc familyAymen Sghaier
2018-08-24MLK-14611 Fix xcbc unkeyed registrationRadu Solea
2018-08-24MLK-12312: CAAM hash algorithms fail registration during initializationRussell King
2018-08-24MLK-9971 Add XCBC-AES support for CAAM in i.MX6 familyWinston Hudson (b45308)
2017-07-21crypto: caam - fix signals handlingHoria Geantă
2017-05-14crypto: caam - fix error path for ctx_dma mapping failureHoria 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
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin
2014-08-25crypto: caam - fix addressing of struct memberCristian Stoica
2014-08-25crypto: caam - remove duplicated sg copy functionsCristian Stoica
2014-07-23crypto: caam - fix uninitialized state->buf_dma fieldHoria Geanta