summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2020-03-06MLK-23396: crypto: caam - ensure CAAM context is not sharing the cachelineIuliana Prodan
2019-05-14crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan
2019-05-14crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă
2019-05-14crypto: caam - add support for xcbc(aes)Iuliana Prodan
2019-05-14crypto: caam - export ahash shared descriptor generationHoria Geantă
2019-05-14crypto: caam - revert xcbc(aes) supportIuliana Prodan
2019-03-12SSI-35: crypto: caam - Do not rely on common index of jrFranck LENORMAND
2019-02-14YOCIMX-3086: crypto: caam: hash: Issue of unmapping sizeFranck LENORMAND
2019-02-14YOCIMX-3086: crypto: caam: hash: fix DMA mapping of stack memoryFranck LENORMAND
2019-02-12Revert "MLK-17304: crypto: caam: Fix error swiotlb buffer is full for caamhash"Horia Geantă
2019-02-12Revert "MLK-17304-2: crypto: caam: Avoid dma_unmap call with empty buffer"Horia Geantă
2019-02-12MLK-17304-2: crypto: caam: Avoid dma_unmap call with empty bufferAymen Sghaier
2019-02-12MLK-17304: crypto: caam: Fix error swiotlb buffer is full for caamhashAymen Sghaier
2019-02-12MLK-18082: drivers: crypto: caam: Update copyrights to 2018Franck LENORMAND
2019-02-12MLK-17019 Correct CopyrightPeng Fan
2019-02-12MLK-15473-1: crypto: caam: Add CAAM driver support for iMX8 soc familyFranck LENORMAND
2019-02-12MLK-14611 Fix xcbc unkeyed registrationRadu Solea
2019-02-12MLK-12312: CAAM hash algorithms fail registration during initializationRussell King
2019-02-12MLK-9971 Add XCBC-AES support for CAAM in i.MX6 familyWinston Hudson (b45308)
2019-01-23crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă
2017-07-12crypto: caam - fix signals handlingHoria Geantă
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia 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