summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sahara.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
* crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2
* crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0
* crypto: sahara - fix debug output for 64-bit dma_addr_tArnd Bergmann2015-12-101-4/+4
* crypto: sahara - fix 64-bit dma_addr_t compilationArnd Bergmann2015-12-101-9/+9
* crypto: sahara - set nb_[in|out]_sg as signed intLABBE Corentin2015-11-231-2/+2
* crypto: sahara - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+12
* crypto: sahara - set array of const as constLABBE Corentin2015-10-151-6/+6
* crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-53/+13
* crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin2015-09-211-27/+3
* Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-1/+1
|\
| * crypto: replace scatterwalk_sg_chain with sg_chainDan Williams2015-08-171-1/+1
* | crypto: sahara - Use dmam_alloc_coherentVaishali Thakkar2015-08-191-37/+9
|/
* crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam2015-06-211-4/+9
* crypto: sahara - fix AES descriptor createSteffen Trumtrar2015-04-081-14/+18
* crypto: sahara - use the backlogSteffen Trumtrar2015-04-081-0/+5
* crypto: sahara - drop unnecessary default assignmentNicholas Mc Guire2015-02-281-1/+1
* crypto: sahara - pass on error conditionNicholas Mc Guire2015-02-281-0/+2
* crypto: sahara - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire2015-02-281-4/+6
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | crypto: sahara - add support for SHA1/256Steffen Trumtrar2014-12-031-5/+621