aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamhash.c
AgeCommit message (Expand)Author
2024-01-26crypto: caam - fix asynchronous hashGaurav Jain
2023-08-18crypto: caam - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET
2023-04-14crypto: caam - reduce page 0 regs access to minimumHoria GeantA
2023-01-27crypto: caam - Use ahash_request_completeHerbert Xu
2023-01-06crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2022-12-02crypto: caam - Set DMA alignment explicitlyHerbert Xu
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-04-16crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22crypto: caam - add crypto_engine support for HASH algorithmsIuliana Prodan
2020-02-22crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan
2020-02-22crypto: caam - refactor ahash_edesc_allocIuliana Prodan
2020-02-22crypto: caam - refactor ahash_done callbacksIuliana Prodan
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: caam - remove double buffering for ahashAndrei Botila
2019-08-30crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov
2019-08-09crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - keep both virtual and dma key addressesHoria Geantă
2019-08-09crypto: caam - check key lengthIuliana Prodan
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-30crypto: caam - remove unused definesSascha Hauer
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
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ă