summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sahara.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: sahara - add support for crypto_engineOvidiu Panait2023-12-291-178/+147
* crypto: sahara - remove error message for bad aes request sizeOvidiu Panait2023-12-291-4/+1
* crypto: sahara - remove unnecessary NULL assignmentsOvidiu Panait2023-12-291-3/+0
* crypto: sahara - remove 'active' flag from sahara_aes_reqctx structOvidiu Panait2023-12-291-8/+1
* crypto: sahara - use dev_err_probe()Ovidiu Panait2023-12-291-18/+9
* crypto: sahara - use devm_clk_get_enabled()Ovidiu Panait2023-12-291-23/+8
* crypto: sahara - use BIT() macroOvidiu Panait2023-12-291-38/+38
* crypto: sahara - clean up macro indentationOvidiu Panait2023-12-291-91/+91
* crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2023-12-291-36/+2
* crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2023-12-291-1/+4
* crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2023-12-291-2/+8
* crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2023-12-291-8/+10
* crypto: sahara - fix ahash reqsizeOvidiu Panait2023-12-291-2/+1
* crypto: sahara - handle zero-length aes requestsOvidiu Panait2023-12-291-0/+3
* crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait2023-12-081-60/+25
* crypto: sahara - remove unused error field in sahara_devOvidiu Panait2023-12-081-8/+3
* crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait2023-12-081-5/+3
* crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait2023-12-081-2/+7
* crypto: sahara - fix ahash selftest failureOvidiu Panait2023-12-081-1/+1
* crypto: sahara - fix cbc selftest failureOvidiu Panait2023-12-081-2/+31
* crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait2023-12-081-21/+13
* crypto: sahara - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: drivers - remove unnecessary (void*) conversionsYu Zhe2023-03-241-2/+2
* crypto: sahara - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: sahara - Fix error check for dma_map_sgJack Wang2022-08-261-2/+2
* crypto: sahara - don't sleep when in softirqZhengchao Shao2022-08-191-9/+9
* crypto: sahara - Remove unused .id_table supportFabio Estevam2021-01-031-7/+0
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-1/+1
* crypto: sahara - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-51/+45
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-8/+1
* crypto: sahara - switch to skcipher APIArd Biesheuvel2019-11-171-81/+75
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-3/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-3/+1
|\
| * crypto: sahara - Use devm_platform_ioremap_resource()Fabio Estevam2019-06-131-3/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* crypto: sahara - Convert IS_ENABLED uses to __is_definedJoe Perches2019-04-181-3/+3
* crypto: remove useless initializations of cra_listEric Biggers2018-11-201-1/+0
* crypto: sahara - Remove VLA usage of skcipherKees Cook2018-09-281-16/+15
* crypto: sharah - Unregister correct algorithms for SAHARA 3Michael Müller2018-07-201-2/+2
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-4/+2
* crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring2018-02-221-1/+1
* crypto: sahara - Delete an error message for a failed memory allocation in sa...Markus Elfring2018-02-221-3/+1
* crypto: sahara - constify platform_device_idArvind Yadav2017-08-221-1/+1
* crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen2017-08-171-2/+0
* crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
* crypto: sahara - make of_device_ids constArvind Yadav2017-07-181-1/+1
* crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King2016-11-011-1/+1
* crypto: sahara - Use skcipher for fallbackHerbert Xu2016-07-011-62/+50