summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-aes.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge tag 'dmaengine-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+3
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-06-30crypto: atmel: Use dmaengine_prep_config_sg() APIFrank Li1-7/+3
2026-03-22crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum1-2/+4
2026-03-22crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum1-11/+6
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/+3
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-12/+4
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu1-212/+2
2023-10-27crypto: atmel-aes - 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-07-20crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-12/+3
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner1-1/+1
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner1-10/+4
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu1-2/+2
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-1/+1
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga1-0/+1
2022-07-15crypto: atmel-aes - 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-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus1-5/+1
2021-07-30crypto: atmel-aes - use swap()Salah Triki1-6/+2
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus1-4/+51
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus1-1/+1
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus1-0/+7
2021-07-30crypto: atmel-aes - Add XTS input length constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus1-1/+6
2020-09-25crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin1-1/+1
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus1-31/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-4/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-7/+2
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus1-1/+7
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus1-1/+1
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus1-1/+1
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-30/+2
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus1-64/+18
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus1-15/+1
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus1-12/+31
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-23/+10
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus1-2/+7
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus1-14/+13
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus1-11/+4
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-40/+10
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus1-1/+1