aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32
AgeCommit message (Expand)AuthorFilesLines
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeGravatar Zheng Yongjun 1-1/+3
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Gravatar Marek Vasut 1-2/+2
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesGravatar Herbert Xu 2-4/+5
2021-12-11crypto: stm32/cryp - reorder hw initializationGravatar Nicolas Toromanoff 1-13/+26
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsGravatar Nicolas Toromanoff 1-547/+243
2021-12-11crypto: stm32/cryp - fix lrw chaining modeGravatar Nicolas Toromanoff 1-1/+1
2021-12-11crypto: stm32/cryp - fix double pm exitGravatar Nicolas Toromanoff 1-2/+0
2021-12-11crypto: stm32/cryp - check early input dataGravatar Nicolas Toromanoff 1-1/+113
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsGravatar Nicolas Toromanoff 1-2/+0
2021-12-11crypto: stm32/cryp - fix CTR counter carryGravatar Nicolas Toromanoff 1-14/+13
2021-12-11crypto: stm32/cryp - don't print error on probe deferralGravatar Etienne Carriere 1-1/+2
2021-12-11crypto: stm32/cryp - defer probe for reset controllerGravatar Etienne Carriere 1-2/+6
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cGravatar Shixin Liu 1-2/+2
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cGravatar Shixin Liu 1-4/+4
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterGravatar Herbert Xu 1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedGravatar Nicolas Toromanoff 2-3/+13
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-8/+3
2020-08-28crypto: stm32 - Fix sparse warningsGravatar Herbert Xu 3-24/+32
2020-08-25crypto: stm32 - Add missing header inclusionsGravatar Herbert Xu 2-0/+3
2020-05-23crypto: stm32/crc32 - protect from concurrent accessesGravatar Nicolas Toromanoff 1-2/+45
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmGravatar Nicolas Toromanoff 1-9/+36
2020-05-23crypto: stm32/crc32 - fix multi-instanceGravatar Nicolas Toromanoff 1-12/+36
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Gravatar Nicolas Toromanoff 1-3/+3
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Gravatar Nicolas Toromanoff 1-50/+48
2020-05-08crypto: stm32/hash - don't print error on probe deferralGravatar Lionel Debieve 1-2/+5
2020-05-08crypto: stm32/hash - defer probe for dma deviceGravatar Etienne Carriere 1-7/+15
2020-05-08crypto: stm32/hash - defer probe for reset controllerGravatar Etienne Carriere 1-2/+7
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Gravatar Peter Ujfalusi 1-3/+3
2019-12-11crypto: Kconfig - Fix indentationGravatar Krzysztof Kozlowski 1-3/+3
2019-11-17crypto: stm32 - switch to skcipher APIGravatar Ard Biesheuvel 1-179/+159
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 1-1/+1
2019-08-22crypto: stm32/des - switch to new verification routinesGravatar Ard Biesheuvel 1-25/+5
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 2-6/+2
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 2-6/+2
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tGravatar Herbert Xu 1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-4/+4
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaGravatar Lionel Debieve 1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesGravatar Lionel Debieve 1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileGravatar Lionel Debieve 2-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 2-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-03crypto: stm32/cryp - update to return iv_outGravatar Lionel Debieve 1-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionGravatar Lionel Debieve 1-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESGravatar Lionel Debieve 2-2/+12
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-4/+11
2019-04-18crypto: stm32/hash - Fix self test issue during exportGravatar Lionel Debieve 1-3/+1