summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32
AgeCommit message (Expand)Author
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu
2020-05-23crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-11-17crypto: stm32 - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve