summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2019-03-23crypto: caam - fix DMA mapping of stack memoryHoria Geantă
2019-03-23crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-09-21crypto: caam - export ahash shared descriptor generationHoria Geantă
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă
2017-11-06crypto: caam - remove unneeded edesc zeroizationHoria Geantă
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
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