summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-tdes.c
AgeCommit message (Expand)Author
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-27crypto: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang
2026-07-17crypto: atmel-tdes - drop redundant if check in crypt_dma_stopThorsten Blum
2026-07-17crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stopThorsten Blum
2026-07-17crypto: atmel-tdes - use __get_free_page in buff_initThorsten Blum
2026-07-17crypto: atmel-tdes - simplify fast path in crypt_startThorsten Blum
2026-07-05crypto: atmel-tdes - use scatterlist length before DMA mappingThorsten Blum
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-03-15crypto: atmel-tdes - fix DMA sync directionThorsten Blum
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum
2025-09-13crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier
2025-04-16crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flagZixun LI
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu
2023-10-27crypto: atmel-tdes - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-07-20crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-04-06crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu
2022-07-15crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea
2022-07-15crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus
2021-07-30crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus
2021-07-30crypto: atmel-tdes - Handle error messagesTudor Ambarus
2021-07-30crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus
2021-04-16crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe()YueHaibing
2020-10-02crypto: atmel-tdes - use semicolons rather than commas to separate statementsJulia Lawall
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus
2019-12-11crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus
2019-12-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus
2019-12-11crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus
2019-12-11crypto: atmel-tdes - Remove unused header includesTudor Ambarus
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus
2019-12-11crypto: atmel-tdes - Constify value to write to hwTudor Ambarus
2019-12-11crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-11-22crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus
2019-11-17crypto: atmel-tdes - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: atmel/des - switch to new verification routinesArd Biesheuvel