summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-tdes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-tdes - use semicolons rather than commas to separate statementsJulia Lawall2020-10-021-1/+1
* crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus2020-01-221-34/+1
* crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus2019-12-201-1/+1
* crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus2019-12-201-2/+1
* crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus2019-12-201-3/+2
* crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus2019-12-201-2/+0
* crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus2019-12-111-50/+12
* crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus2019-12-111-4/+0
* crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus2019-12-111-2/+5
* crypto: atmel-tdes - Drop unnecessary passing of tfmTudor Ambarus2019-12-111-12/+8
* crypto: atmel-tdes - Map driver data flags to Mode RegisterTudor Ambarus2019-12-111-73/+71
* crypto: atmel-tdes - Remove useless write in Control RegisterTudor Ambarus2019-12-111-2/+1
* crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus2019-12-111-13/+11
* crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus2019-12-111-6/+2
* crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()Tudor Ambarus2019-12-111-3/+11
* crypto: atmel-tdes - Remove unused header includesTudor Ambarus2019-12-111-3/+0
* crypto: atmel-{sha,tdes} - Change algorithm prioritiesTudor Ambarus2019-12-111-10/+12
* crypto: atmel-tdes - Constify value to write to hwTudor Ambarus2019-12-111-1/+1
* crypto: atmel-tdes - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-34/+13
* crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus2019-11-221-2/+38
* crypto: atmel-tdes - switch to skcipher APIArd Biesheuvel2019-11-171-226/+207
* crypto: atmel/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+7
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
* crypto: atmel - remove set but not used variable 'alg_name'YueHaibing2019-05-031-3/+0
* crypto: atmel - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-93/+10
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: atmel - switch to SPDX license identifiersTudor Ambarus2018-09-041-4/+1
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-221-7/+2
* crypto: atmel - remove empty functionsTudor-Dan Ambarus2017-11-061-18/+0
* crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-031-2/+0
* crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-031-2/+1
* crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva2017-08-031-1/+1
* crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-111-7/+7
* crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
* crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-141-22/+7
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-081-1/+5
* crypto: atmel-tdes - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
* crypto: atmel - fix typo in dev_err error messageColin Ian King2015-03-041-1/+1
* crypto: atmel - Free memory in error pathChristophe Jaillet2015-01-261-1/+1
* crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* crypto: atmel-tdes - Switch to managed version of kzallocPramod Gurav2014-08-011-7/+1
* crypto: atmel-tdes - add support for Device TreeNicolas Ferre2013-12-121-49/+94
* crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer2013-03-101-53/+341
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* crypto: remove duplicated includeWei Yongjun2012-09-071-5/+0
* crypto: drivers - remove cra_list initializationJussi Kivilinna2012-08-011-1/+0
* crypto: atmel - add Atmel DES/TDES driverNicolas Royer2012-07-111-0/+1215