aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-tdes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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