Age | Commit message (Expand) | Author | Files | Lines |
2023-10-27 | crypto: atmel-tdes - Convert to platform remove callback returning void |  Uwe Kleine-König | 1 | -4/+2 |
2023-08-23 | crypto: drivers - Explicitly include correct DT includes |  Rob Herring | 1 | -4/+2 |
2023-07-20 | crypto: atmel-tdes - Use devm_platform_get_and_ioremap_resource() |  Yangtao Li | 1 | -11/+3 |
2023-04-06 | crypto: atmel-tdes - Detecting in-place operations with two sg lists |  Ryan Wanner | 1 | -10/+5 |
2023-02-13 | crypto: atmel - Use request_complete helpers |  Herbert Xu | 1 | -2/+2 |
2022-07-15 | crypto: atmel-tdes - initialize tdes_dd while declaring |  Claudiu Beznea | 1 | -3/+1 |
2022-07-15 | crypto: atmel-tdes - Drop if with an always false condition |  Uwe Kleine-König | 1 | -2/+1 |
2022-02-11 | crypto: atmel-tdes - Add support for the TDES IP available on sama7g5 SoC |  Tudor Ambarus | 1 | -0/+1 |
2021-07-30 | crypto: atmel - Set OFB's blocksize to 1 |  Tudor Ambarus | 1 | -1/+1 |
2021-07-30 | crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraint |  Tudor Ambarus | 1 | -0/+3 |
2021-07-30 | crypto: atmel-tdes - Handle error messages |  Tudor Ambarus | 1 | -17/+16 |
2021-07-30 | crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfm |  Tudor Ambarus | 1 | -19/+9 |
2021-04-16 | crypto: atmel-tdes - Remove redundant dev_err call in atmel_tdes_probe() |  YueHaibing | 1 | -1/+0 |
2020-10-02 | crypto: atmel-tdes - use semicolons rather than commas to separate statements |  Julia Lawall | 1 | -1/+1 |
2020-01-22 | crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data |  Tudor Ambarus | 1 | -34/+1 |
2019-12-20 | crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds |  Tudor Ambarus | 1 | -1/+1 |
2019-12-20 | crypto: atmel-{sha,tdes} - Print warn message even when deferring |  Tudor Ambarus | 1 | -2/+1 |
2019-12-20 | crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() |  Tudor Ambarus | 1 | -3/+2 |
2019-12-20 | crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction |  Tudor Ambarus | 1 | -2/+0 |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods |  Tudor Ambarus | 1 | -50/+12 |
2019-12-11 | crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data |  Tudor Ambarus | 1 | -4/+0 |
2019-12-11 | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode |  Tudor Ambarus | 1 | -2/+5 |
2019-12-11 | crypto: atmel-tdes - Drop unnecessary passing of tfm |  Tudor Ambarus | 1 | -12/+8 |
2019-12-11 | crypto: atmel-tdes - Map driver data flags to Mode Register |  Tudor Ambarus | 1 | -73/+71 |
2019-12-11 | crypto: atmel-tdes - Remove useless write in Control Register |  Tudor Ambarus | 1 | -2/+1 |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Rename labels in probe() |  Tudor Ambarus | 1 | -13/+11 |
2019-12-11 | crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() |  Tudor Ambarus | 1 | -6/+2 |
2019-12-11 | crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() |  Tudor Ambarus | 1 | -3/+11 |
2019-12-11 | crypto: atmel-tdes - Remove unused header includes |  Tudor Ambarus | 1 | -3/+0 |
2019-12-11 | crypto: atmel-{sha,tdes} - Change algorithm priorities |  Tudor Ambarus | 1 | -10/+12 |
2019-12-11 | crypto: atmel-tdes - Constify value to write to hw |  Tudor Ambarus | 1 | -1/+1 |
2019-12-11 | crypto: atmel-tdes - Retire dma_request_slave_channel_compat() |  Peter Ujfalusi | 1 | -34/+13 |
2019-11-22 | crypto: atmel-tdes - Set the IV after {en,de}crypt |  Tudor Ambarus | 1 | -2/+38 |
2019-11-17 | crypto: atmel-tdes - switch to skcipher API |  Ard Biesheuvel | 1 | -226/+207 |
2019-08-22 | crypto: atmel/des - switch to new verification routines |  Ard Biesheuvel | 1 | -21/+7 |
2019-08-09 | crypto: drivers - Remove dev_err() usage after platform_get_irq() |  Stephen Boyd | 1 | -1/+0 |
2019-05-03 | crypto: atmel - remove set but not used variable 'alg_name' |  YueHaibing | 1 | -3/+0 |
2019-04-18 | crypto: atmel - Forbid 2-key 3DES in FIPS mode |  Herbert Xu | 1 | -93/+10 |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag |  Eric Biggers | 1 | -1/+1 |
2018-09-04 | crypto: atmel - switch to SPDX license identifiers |  Tudor Ambarus | 1 | -4/+1 |
2018-02-22 | crypto: atmel - Delete error messages for a failed memory allocation in six functions |  Markus Elfring | 1 | -7/+2 |
2017-11-06 | crypto: atmel - remove empty functions |  Tudor-Dan Ambarus | 1 | -18/+0 |
2017-11-03 | crypto: atmel - remove useless irq init |  Tudor-Dan Ambarus | 1 | -2/+0 |
2017-11-03 | crypto: atmel - return appropriate error code |  Tudor-Dan Ambarus | 1 | -2/+1 |
2017-08-03 | crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove() |  Gustavo A. R. Silva | 1 | -1/+1 |
2017-02-11 | crypto: atmel - fix 64-bit build warnings |  Arnd Bergmann | 1 | -7/+7 |
2016-03-11 | crypto: atmel - fix checks of error code returned by devm_ioremap_resource() |  Vladimir Zapolskiy | 1 | -2/+2 |
2015-10-14 | crypto: atmel - use devm_xxx() managed function |  LABBE Corentin | 1 | -22/+7 |
2015-10-08 | crypto: atmel - Check for clk_prepare_enable() return value |  LABBE Corentin | 1 | -1/+5 |
2015-04-08 | crypto: atmel-tdes - initialize spinlock in probe |  Leilei Zhao | 1 | -0/+1 |