aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain1-2/+5
2023-08-18crypto: caam - Use new crypto_engine_op interfaceHerbert Xu1-13/+15
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu1-1/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET1-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET1-2/+1
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA1-4/+6
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu1-2/+2
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu1-3/+11
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu1-44/+43
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