aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain1-0/+3
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-1/+1
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan1-2/+6
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan1-51/+123
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan1-23/+11
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan1-40/+22
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan1-66/+22
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-7/+2
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila1-100/+58
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov1-1/+1
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan1-1/+1
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă1-15/+38
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă1-20/+17
2019-08-09crypto: caam - check key lengthIuliana Prodan1-0/+12
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-8/+12
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă1-8/+7
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer1-132/+93
2019-05-30crypto: caam - remove unused definesSascha Hauer1-8/+0
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă1-43/+5
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă1-15/+18
2019-03-28crypto: caam - fix copy of next buffer for xcbc and cmacIuliana Prodan1-7/+6
2019-03-07crypto: caam - add missing put_device() callWen Yang1-7/+11
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă1-27/+13
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă1-2/+1
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND1-3/+5
2019-02-01crypto: caam - fix DMA mapping of stack memoryHoria Geantă1-64/+21
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber1-1/+1
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan1-21/+111
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan1-16/+173
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan1-1/+6
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan1-1/+2
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-5/+15
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă1-0/+1
2018-09-21crypto: caam - export ahash shared descriptor generationHoria Geantă1-70/+9
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-1/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-1/+1
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă1-23/+50
2017-11-06crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă1-4/+4
2017-11-06crypto: caam - remove unneeded edesc zeroizationHoria Geantă1-4/+0
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă1-4/+3
2017-07-12crypto: caam - fix signals handlingHoria Geantă1-1/+1
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă1-16/+16
2017-02-15crypto: caam - fix state buffer DMA (un)mappingHoria Geantă1-55/+52
2017-02-15crypto: caam - abstract ahash request double bufferingHoria Geantă1-29/+48
2017-02-15crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă1-1/+6
2017-02-15crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă1-46/+33
2017-02-15crypto: caam - don't dma_map key for hash algorithmsHoria Geantă1-17/+1
2016-11-28crypto: caam - refactor ahash shared descriptor generationHoria Geantă1-94/+36