aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
AgeCommit message (Expand)AuthorFilesLines
2024-04-19crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré1-122/+448
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait1-1/+1
2023-12-22crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers1-20/+0
2023-10-27crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König1-11/+5
2023-10-27crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König1-10/+5
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers1-2/+0
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring2-2/+2
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu2-362/+452
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu1-30/+7
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König1-5/+1
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin1-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin1-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin1-3/+3
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin2-125/+543
2023-03-24crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-17crypto: stm32 - Save and restore between each requestHerbert Xu1-108/+56
2023-03-17crypto: stm32 - Fix empty message processingHerbert Xu1-9/+13
2023-03-17crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu1-4/+0
2023-03-17crypto: stm32 - Move hash state into separate structureHerbert Xu1-56/+71
2023-03-17crypto: stm32 - Remove unused hdev->err fieldHerbert Xu1-3/+0
2023-03-17crypto: stm32 - Simplify finupHerbert Xu1-22/+19
2023-03-17crypto: stm32 - Move polling into do_one_requestHerbert Xu1-17/+12
2023-03-17crypto: stm32 - Save 54 CSR registersHerbert Xu1-1/+1
2023-02-03crypto: stm32/hash - Support Ux500 hashLinus Walleij1-35/+219
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij1-0/+3
2023-02-03crypto: stm32/hash - Use existing busy poll functionLinus Walleij1-2/+4
2023-02-03crypto: stm32/hash - Simplify codeLinus Walleij1-2/+1
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij1-26/+11
2022-12-09crypto: stm32/cryp - enable for use with Ux500Linus Walleij1-91/+322
2022-12-09crypto: stm32 - enable drivers to be used on Ux500Linus Walleij1-2/+2
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King1-2/+2
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun1-1/+3
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff1-13/+26
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff1-14/+13
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere1-1/+2
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere1-2/+6
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu1-2/+2
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2-3/+13
2020-09-18crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+3
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu3-24/+32
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu2-0/+3
2020-05-23crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff1-2/+45
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff1-9/+36
2020-05-23crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff1-12/+36
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff1-3/+3
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff1-50/+48
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve1-2/+5
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere1-7/+15
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere1-2/+7
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski1-3/+3
2019-11-17crypto: stm32 - switch to skcipher APIArd Biesheuvel1-179/+159
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel1-25/+5
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2-6/+2
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2-6/+2
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-4/+4
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve1-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve1-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve2-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve1-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve1-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve2-2/+12
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-4/+11
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve1-3/+1
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-07-27crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski1-7/+4
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-16/+8
2018-07-09crypto: stm32/crc - Add power management supportlionel.debieve@st.com1-0/+62
2018-07-09crypto: stm32/hash - Add power management supportlionel.debieve@st.com1-0/+71
2018-07-09crypto: stm32/cryp - Add power management supportlionel.debieve@st.com1-0/+62
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE1-0/+6
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE1-29/+902
2018-02-15crypto: stm32/hash - rework padding lengthLionel Debieve1-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve1-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve1-5/+6
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE1-8/+21
2018-02-15crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE1-7/+13
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)1-3/+1
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+2
2017-12-28crypto: stm32 - Use standard CONFIG nameCorentin Labbe2-6/+6
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE3-1/+1183
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-15/+5
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve1-7/+1
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com1-3/+2
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com3-0/+1589
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com2-5/+4
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com1-7/+8
2017-04-30crypto: stm32 - Fix OF module alias informationWei Yongjun1-1/+1
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE3-0/+333