summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King2022-10-211-2/+2
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2021-12-311-2/+2
* crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2021-12-112-4/+5
* crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff2021-12-111-13/+26
* crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff2021-12-111-547/+243
* crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff2021-12-111-1/+1
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2021-12-111-2/+0
* crypto: stm32/cryp - check early input dataNicolas Toromanoff2021-12-111-1/+113
* crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff2021-12-111-2/+0
* crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff2021-12-111-14/+13
* crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere2021-12-111-1/+2
* crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere2021-12-111-2/+6
* crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu2021-04-161-2/+2
* crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu2021-04-161-4/+4
* crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu2021-01-141-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2020-09-252-3/+13
* crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-8/+3
* crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-283-24/+32
* crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-252-0/+3
* crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff2020-05-231-2/+45
* crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff2020-05-231-9/+36
* crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-05-231-12/+36
* crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-05-231-3/+3
* crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-05-231-50/+48
* crypto: stm32/hash - don't print error on probe deferralLionel Debieve2020-05-081-2/+5
* crypto: stm32/hash - defer probe for dma deviceEtienne Carriere2020-05-081-7/+15
* crypto: stm32/hash - defer probe for reset controllerEtienne Carriere2020-05-081-2/+7
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-271-3/+3
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-3/+3
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: stm32/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+5
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-092-6/+2
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-092-6/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-1/+1
|\
| * crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu2019-07-121-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-083-4/+4
|\|
| * crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-15/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* crypto: stm32/cryp - update to return iv_outLionel Debieve2019-05-031-0/+20
* crypto: stm32/cryp - remove request mutex protectionLionel Debieve2019-05-031-19/+7
* crypto: stm32/cryp - add weak key check for DESLionel Debieve2019-05-032-2/+12
* crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+11