summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-sha.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-3/+1
2026-07-27crypto: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang1-3/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-05-22crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setupThorsten Blum1-2/+1
2026-05-22crypto: atmel - use min3 to simplify atmel_sha_append_sgThorsten Blum1-4/+4
2026-03-15crypto: atmel - use list_first_entry_or_null to simplify find_devThorsten Blum1-12/+5
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum1-17/+10
2025-06-23crypto: atmel - add support for AES and SHA IPs available on sama7d65 SoCRyan Wanner1-0/+1
2025-04-16crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flagZixun LI1-2/+4
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-30crypto: atmel - use devm_clk_get_prepared() helpersChunhai Guo1-11/+3
2023-10-27crypto: atmel - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: atmel-sha - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-4/+2
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann1-1/+2
2023-08-04crypto: atmel - Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-07-20crypto: atmel-sha - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-12/+3
2023-04-06crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner1-4/+30
2023-02-13crypto: api - Use data directly in completion functionHerbert Xu1-3/+2
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu1-2/+2
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga1-0/+1
2022-07-15crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea1-3/+1
2022-07-15crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König1-2/+1
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri1-0/+1
2021-04-16crypto: atmel - use the correct print formatKai Ye1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-11-06crypto: atmel-sha - remove unneeded breakTom Rix1-1/+0
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus1-34/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-8/+3
2020-01-09crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers1-6/+1
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus1-5/+2
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus1-3/+2
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus1-1/+0
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus1-1/+0
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus1-225/+99
2019-12-11crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()Tudor Ambarus1-3/+1
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus1-6/+0
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus1-12/+11
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus1-6/+2
2019-12-11crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus1-3/+11
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus1-10/+12
2019-12-11crypto: atmel-sha - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-32/+7
2019-11-08crypto: atmel - Fix remaining endianess warningsHerbert Xu1-1/+1
2019-11-08crypto: atmel - Fix authenc support when it is set to mHerbert Xu1-1/+1
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus1-4/+1
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-3/+1