aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32/stm32-hash.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesGravatar Eric Biggers 1-20/+0
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceGravatar Herbert Xu 1-214/+269
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-11crypto: stm32 - Drop if block with always false conditionGravatar Uwe Kleine-König 1-5/+1
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingGravatar Uwe Kleine-König 1-4/+3
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYGravatar Thomas Bourgoin 1-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionGravatar Thomas Bourgoin 1-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Gravatar Thomas Bourgoin 1-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAGravatar Thomas Bourgoin 1-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Gravatar Thomas Bourgoin 1-3/+3
2023-07-22crypto: stm32 - add new algorithms supportGravatar Thomas Bourgoin 1-125/+541
2023-03-24crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Gravatar Yang Li 1-2/+1
2023-03-17crypto: stm32 - Save and restore between each requestGravatar Herbert Xu 1-108/+56
2023-03-17crypto: stm32 - Fix empty message processingGravatar Herbert Xu 1-9/+13
2023-03-17crypto: stm32 - Remove unused HASH_FLAGS_ERRORSGravatar Herbert Xu 1-4/+0
2023-03-17crypto: stm32 - Move hash state into separate structureGravatar Herbert Xu 1-56/+71
2023-03-17crypto: stm32 - Remove unused hdev->err fieldGravatar Herbert Xu 1-3/+0
2023-03-17crypto: stm32 - Simplify finupGravatar Herbert Xu 1-22/+19
2023-03-17crypto: stm32 - Move polling into do_one_requestGravatar Herbert Xu 1-17/+12
2023-03-17crypto: stm32 - Save 54 CSR registersGravatar Herbert Xu 1-1/+1
2023-02-03crypto: stm32/hash - Support Ux500 hashGravatar Linus Walleij 1-35/+219
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitGravatar Linus Walleij 1-0/+3
2023-02-03crypto: stm32/hash - Use existing busy poll functionGravatar Linus Walleij 1-2/+4
2023-02-03crypto: stm32/hash - Simplify codeGravatar Linus Walleij 1-2/+1
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesGravatar Herbert Xu 1-3/+3
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cGravatar Shixin Liu 1-4/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
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 1-2/+2
2020-08-25crypto: stm32 - Add missing header inclusionsGravatar Herbert Xu 1-0/+1
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
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Gravatar Peter Ujfalusi 1-3/+3
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
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 1-3/+3
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-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-15/+1
2019-04-18crypto: stm32/hash - Fix self test issue during exportGravatar Lionel Debieve 1-3/+1
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Gravatar Mao Wenan 1-1/+1
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-16/+8
2018-07-09crypto: stm32/hash - Add power management supportGravatar lionel.debieve@st.com 1-0/+71
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-02-15crypto: stm32/hash - rework padding lengthGravatar Lionel Debieve 1-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesGravatar Lionel Debieve 1-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedGravatar Lionel Debieve 1-5/+6