summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-02-01crypto: caam - fix DMA mapping of stack memoryHoria Geantă
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan
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