summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-tdes.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-42/+28
2026-07-27crypto: drivers - Remove redundant dev_err()/dev_err_probe()Pan Chuang1-3/+1
2026-07-17crypto: atmel-tdes - drop redundant if check in crypt_dma_stopThorsten Blum1-17/+14
2026-07-17crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stopThorsten Blum1-4/+2
2026-07-17crypto: atmel-tdes - use __get_free_page in buff_initThorsten Blum1-2/+2
2026-07-17crypto: atmel-tdes - simplify fast path in crypt_startThorsten Blum1-15/+9
2026-07-05crypto: atmel-tdes - use scatterlist length before DMA mappingThorsten Blum1-3/+2
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-03-15crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-02-06crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum1-19/+6
2025-09-13crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-04-16crypto: atmel - add CRYPTO_ALG_KERN_DRIVER_ONLY flagZixun LI1-1/+1
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan1-1/+1
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu1-199/+6
2023-10-27crypto: atmel-tdes - 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-tdes - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-11/+3
2023-04-06crypto: atmel-tdes - Detecting in-place operations with two sg listsRyan Wanner1-10/+5
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu1-2/+2
2022-07-15crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea1-3/+1
2022-07-15crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König1-2/+1
2022-02-11crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoCTudor Ambarus1-0/+1
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus1-1/+1
2021-07-30crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-tdes - Handle error messagesTudor Ambarus1-17/+16
2021-07-30crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus1-19/+9
2021-04-16crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe()YueHaibing1-1/+0
2020-10-02crypto: atmel-tdes - use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus1-34/+1
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-2/+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-2/+0
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus1-50/+12
2019-12-11crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus1-4/+0
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus1-2/+5
2019-12-11crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus1-12/+8
2019-12-11crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus1-72/+70
2019-12-11crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus1-2/+1
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus1-13/+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-tdes - Remove unused header includesTudor Ambarus1-3/+0
2019-12-11crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus1-10/+12
2019-12-11crypto: atmel-tdes - Constify value to write to hwTudor Ambarus1-1/+1
2019-12-11crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-34/+13
2019-11-22crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus1-2/+38
2019-11-17crypto: atmel-tdes - switch to skcipher APIArd Biesheuvel1-226/+207
2019-08-22crypto: atmel/des - switch to new verification routinesArd Biesheuvel1-21/+7