summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus2020-01-221-34/+1
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-8/+3
* crypto: atmel-sha - fix error handling when setting hmac keyEric Biggers2020-01-091-6/+1
* crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus2019-12-201-5/+2
* 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-1/+0
* crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus2019-12-201-1/+0
* crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus2019-12-111-225/+99
* crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()Tudor Ambarus2019-12-111-3/+1
* crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver dataTudor Ambarus2019-12-111-6/+0
* crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus2019-12-111-12/+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-{sha,tdes} - Change algorithm prioritiesTudor Ambarus2019-12-111-10/+12
* crypto: atmel-sha - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-32/+7
* crypto: atmel - Fix remaining endianess warningsHerbert Xu2019-11-081-1/+1
* crypto: atmel - Fix authenc support when it is set to mHerbert Xu2019-11-081-1/+1
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
* crypto: atmel - switch to SPDX license identifiersTudor Ambarus2018-09-041-4/+1
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-3/+1
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-221-7/+2
* 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-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva2017-08-031-1/+1
* crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef2017-07-121-1/+3
* crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen2017-02-151-5/+22
* crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen2017-02-151-5/+5
* crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-111-8/+8
* crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen2017-02-031-2/+108
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-031-14/+330
* crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen2017-02-031-1/+597
* crypto: atmel-sha - add simple DMA transfersCyrille Pitchen2017-02-031-0/+116
* crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen2017-02-031-0/+90
* crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen2017-02-031-0/+13
* crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen2017-02-031-13/+32
* crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen2017-02-031-5/+16
* crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen2017-02-031-20/+54
* crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen2017-02-031-4/+11
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-58/+142
|\
| * crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
| * crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-171-22/+2
| * crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-171-34/+10
| * crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-301-1/+60
| * crypto: atmel-sha - fix context switchesCyrille Pitchen2016-01-251-25/+80
| * crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen2016-01-251-0/+6
| * crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen2016-01-251-6/+13
| * crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen2016-01-251-0/+1
* | crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-02-061-5/+13
* | crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen2016-02-061-7/+0
|/
* crypto: atmel-sha - Removed unused variable "err"Rahul Pathak2015-12-171-2/+1