summaryrefslogtreecommitdiff
path: root/drivers/crypto/sahara.c
AgeCommit message (Expand)Author
2023-12-29crypto: sahara - add support for crypto_engineOvidiu Panait
2023-12-29crypto: sahara - remove error message for bad aes request sizeOvidiu Panait
2023-12-29crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait
2023-12-29crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait
2023-12-29crypto: sahara - use dev_err_probe()Ovidiu Panait
2023-12-29crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait
2023-12-29crypto: sahara - use BIT() macroOvidiu Panait
2023-12-29crypto: sahara - clean up macro indentationOvidiu Panait
2023-12-29crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait
2023-12-29crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait
2023-12-29crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait
2023-12-29crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait
2023-12-29crypto: sahara - fix ahash reqsizeOvidiu Panait
2023-12-29crypto: sahara - handle zero-length aes requestsOvidiu Panait
2023-12-08crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait
2023-12-08crypto: sahara - remove unused error field in sahara_devOvidiu Panait
2023-12-08crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait
2023-12-08crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait
2023-12-08crypto: sahara - fix ahash selftest failureOvidiu Panait
2023-12-08crypto: sahara - fix cbc selftest failureOvidiu Panait
2023-12-08crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait
2023-10-27crypto: sahara - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-03-24crypto: drivers - remove unnecessary (void*) conversionsYu Zhe
2023-02-13crypto: sahara - Use request_complete helpersHerbert Xu
2022-08-26crypto: sahara - Fix error check for dma_map_sgJack Wang
2022-08-19crypto: sahara - don't sleep when in softirqZhengchao Shao
2021-01-03crypto: sahara - Remove unused .id_table supportFabio Estevam
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-16crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2019-11-17crypto: sahara - switch to skcipher APIArd Biesheuvel
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-13crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam
2019-04-18crypto: sahara - Convert IS_ENABLED uses to __is_definedJoe Perches
2018-11-20crypto: remove useless initializations of cra_listEric Biggers
2018-09-28crypto: sahara - Remove VLA usage of skcipherKees Cook
2018-07-20crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-02-22crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring
2018-02-22crypto: sahara - Delete an error message for a failed memory allocation in sa...Markus Elfring
2017-08-22crypto: sahara - constify platform_device_idArvind Yadav
2017-08-17crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen
2017-08-17crypto: sahara - Fix dma unmap directionMogens Lauridsen
2017-07-18crypto: sahara - make of_device_ids constArvind Yadav
2016-11-01crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King
2016-07-01crypto: sahara - Use skcipher for fallbackHerbert Xu