aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-tdes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-73/+71
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
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-05-03crypto: atmel - remove set but not used variable 'alg_name'YueHaibing1-3/+0
2019-04-18crypto: atmel - Forbid 2-key 3DES in FIPS modeHerbert Xu1-93/+10
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus1-4/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six functionsMarkus Elfring1-7/+2
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus1-18/+0
2017-11-03crypto: atmel - remove useless irq initTudor-Dan Ambarus1-2/+0
2017-11-03crypto: atmel - return appropriate error codeTudor-Dan Ambarus1-2/+1
2017-08-03crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva1-1/+1
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann1-7/+7
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin1-22/+7
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin1-1/+5
2015-04-08crypto: atmel-tdes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King1-1/+1
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet1-1/+1
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-01crypto: atmel-tdes - Switch to managed version of kzallocPramod Gurav1-7/+1
2013-12-12crypto: atmel-tdes - add support for Device TreeNicolas Ferre1-49/+94
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer1-53/+341
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-07crypto: remove duplicated includeWei Yongjun1-5/+0
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-1/+0
2012-07-11crypto: atmel - add Atmel DES/TDES driverNicolas Royer1-0/+1215