aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus1-4/+1
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-3/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six functionsMarkus Elfring1-7/+2
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-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva1-1/+1
2017-07-12crypto: atmel - only treat EBUSY as transient if backlogGilad Ben-Yossef1-1/+3
2017-02-15crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen1-5/+22
2017-02-15crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen1-5/+5
2017-02-11crypto: atmel - fix 64-bit build warningsArnd Bergmann1-8/+8
2017-02-03crypto: atmel-sha - add verbose debug facilities to print hw register namesCyrille Pitchen1-2/+108
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen1-14/+330
2017-02-03crypto: atmel-sha - add support to hmac(shaX)Cyrille Pitchen1-1/+597
2017-02-03crypto: atmel-sha - add simple DMA transfersCyrille Pitchen1-0/+116
2017-02-03crypto: atmel-sha - add atmel_sha_cpu_start()Cyrille Pitchen1-0/+90
2017-02-03crypto: atmel-sha - add atmel_sha_wait_for_data_ready()Cyrille Pitchen1-0/+13
2017-02-03crypto: atmel-sha - redefine SHA_FLAGS_SHA* flags to match SHA_MR_ALGO_SHA*Cyrille Pitchen1-13/+32
2017-02-03crypto: atmel-sha - make atmel_sha_done_task more genericCyrille Pitchen1-5/+16
2017-02-03crypto: atmel-sha - update request queue management to make it more genericCyrille Pitchen1-20/+54
2017-02-03crypto: atmel-sha - create function to get an Atmel SHA deviceCyrille Pitchen1-4/+11
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-58/+142
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen1-34/+10
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-5/+13
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen1-7/+0
2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen1-1/+60
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen1-25/+80
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen1-0/+6
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen1-6/+13
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen1-0/+1
2015-12-17crypto: atmel-sha - Removed unused variable "err"Rahul Pathak1-2/+1
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin1-18/+9
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin1-1/+5
2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao1-8/+2
2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao1-2/+14
2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches1-1/+1
2015-04-08crypto: atmel-sha - add new versionLeilei Zhao1-0/+6
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King1-1/+1
2014-12-22crypto: atmel_sha - remove unused shash fallback instance.Svenning Sørensen1-44/+6
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-01crypto: atmel-sha - Switch to managed version of kzallocPramod Gurav1-7/+2
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre1-1/+3
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre1-24/+75
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer1-100/+486
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-07crypto: remove duplicated includeWei Yongjun1-5/+0
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer1-0/+1112