summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-sha.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
* crypto: atmel-sha - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-4/+2
* crypto: drivers - avoid memcpy size warningArnd Bergmann2023-08-181-1/+2
* crypto: atmel - Use dev_err_probe instead of dev_errWang Ming2023-08-041-2/+2
* crypto: atmel-sha - Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-201-12/+3
* crypto: atmel-sha - Add zero length message digest support for hmacRyan Wanner2023-04-061-4/+30
* crypto: api - Use data directly in completion functionHerbert Xu2023-02-131-3/+2
* crypto: atmel - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga2022-12-301-0/+1
* crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea2022-07-151-3/+1
* crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
* crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri2022-02-051-0/+1
* crypto: atmel - use the correct print formatKai Ye2021-04-161-2/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: atmel-sha - remove unneeded breakTom Rix2020-11-061-1/+0
* crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
* 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