| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: atmel-tdes - use semicolons rather than commas to separate statements | Julia Lawall | 2020-10-02 | 1 | -1/+1 |
* | crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data | Tudor Ambarus | 2020-01-22 | 1 | -34/+1 |
* | crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds | Tudor Ambarus | 2019-12-20 | 1 | -1/+1 |
* | crypto: atmel-{sha,tdes} - Print warn message even when deferring | Tudor Ambarus | 2019-12-20 | 1 | -2/+1 |
* | crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() | Tudor Ambarus | 2019-12-20 | 1 | -3/+2 |
* | crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction | Tudor Ambarus | 2019-12-20 | 1 | -2/+0 |
* | crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods | Tudor Ambarus | 2019-12-11 | 1 | -50/+12 |
* | crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data | Tudor Ambarus | 2019-12-11 | 1 | -4/+0 |
* | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode | Tudor Ambarus | 2019-12-11 | 1 | -2/+5 |
* | crypto: atmel-tdes - Drop unnecessary passing of tfm | Tudor Ambarus | 2019-12-11 | 1 | -12/+8 |
* | crypto: atmel-tdes - Map driver data flags to Mode Register | Tudor Ambarus | 2019-12-11 | 1 | -73/+71 |
* | crypto: atmel-tdes - Remove useless write in Control Register | Tudor Ambarus | 2019-12-11 | 1 | -2/+1 |
* | crypto: atmel-{aes,sha,tdes} - Rename labels in probe() | Tudor Ambarus | 2019-12-11 | 1 | -13/+11 |
* | crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() | Tudor Ambarus | 2019-12-11 | 1 | -6/+2 |
* | crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() | Tudor Ambarus | 2019-12-11 | 1 | -3/+11 |
* | crypto: atmel-tdes - Remove unused header includes | Tudor Ambarus | 2019-12-11 | 1 | -3/+0 |
* | crypto: atmel-{sha,tdes} - Change algorithm priorities | Tudor Ambarus | 2019-12-11 | 1 | -10/+12 |
* | crypto: atmel-tdes - Constify value to write to hw | Tudor Ambarus | 2019-12-11 | 1 | -1/+1 |
* | crypto: atmel-tdes - Retire dma_request_slave_channel_compat() | Peter Ujfalusi | 2019-12-11 | 1 | -34/+13 |
* | crypto: atmel-tdes - Set the IV after {en,de}crypt | Tudor Ambarus | 2019-11-22 | 1 | -2/+38 |
* | crypto: atmel-tdes - switch to skcipher API | Ard Biesheuvel | 2019-11-17 | 1 | -226/+207 |
* | crypto: atmel/des - switch to new verification routines | Ard Biesheuvel | 2019-08-22 | 1 | -21/+7 |
* | crypto: drivers - Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-09 | 1 | -1/+0 |
* | crypto: atmel - remove set but not used variable 'alg_name' | YueHaibing | 2019-05-03 | 1 | -3/+0 |
* | crypto: atmel - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 2019-04-18 | 1 | -93/+10 |
* | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 2019-01-25 | 1 | -1/+1 |
* | crypto: atmel - switch to SPDX license identifiers | Tudor Ambarus | 2018-09-04 | 1 | -4/+1 |
* | crypto: atmel - Delete error messages for a failed memory allocation in six f... | Markus Elfring | 2018-02-22 | 1 | -7/+2 |
* | crypto: atmel - remove empty functions | Tudor-Dan Ambarus | 2017-11-06 | 1 | -18/+0 |
* | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus | 2017-11-03 | 1 | -2/+0 |
* | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus | 2017-11-03 | 1 | -2/+1 |
* | crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove() | Gustavo A. R. Silva | 2017-08-03 | 1 | -1/+1 |
* | crypto: atmel - fix 64-bit build warnings | Arnd Bergmann | 2017-02-11 | 1 | -7/+7 |
* | crypto: atmel - fix checks of error code returned by devm_ioremap_resource() | Vladimir Zapolskiy | 2016-03-11 | 1 | -2/+2 |
* | crypto: atmel - use devm_xxx() managed function | LABBE Corentin | 2015-10-14 | 1 | -22/+7 |
* | crypto: atmel - Check for clk_prepare_enable() return value | LABBE Corentin | 2015-10-08 | 1 | -1/+5 |
* | crypto: atmel-tdes - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | crypto: atmel - fix typo in dev_err error message | Colin Ian King | 2015-03-04 | 1 | -1/+1 |
* | crypto: atmel - Free memory in error path | Christophe Jaillet | 2015-01-26 | 1 | -1/+1 |
* | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | crypto: atmel-tdes - Switch to managed version of kzalloc | Pramod Gurav | 2014-08-01 | 1 | -7/+1 |
* | crypto: atmel-tdes - add support for Device Tree | Nicolas Ferre | 2013-12-12 | 1 | -49/+94 |
* | crypto: atmel-tdes - add support for latest release of the IP (0x700) | Nicolas Royer | 2013-03-10 | 1 | -53/+341 |
* | Drivers: crypto: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | crypto: remove duplicated include | Wei Yongjun | 2012-09-07 | 1 | -5/+0 |
* | crypto: drivers - remove cra_list initialization | Jussi Kivilinna | 2012-08-01 | 1 | -1/+0 |
* | crypto: atmel - add Atmel DES/TDES driver | Nicolas Royer | 2012-07-11 | 1 | -0/+1215 |