summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus2020-01-221-31/+1
* crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-4/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-7/+2
* crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus2019-12-201-1/+7
* crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus2019-12-201-1/+1
* crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus2019-12-201-1/+1
* 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-30/+2
* crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus2019-12-111-64/+18
* crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus2019-12-111-15/+1
* crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus2019-12-111-12/+31
* crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus2019-12-111-25/+12
* crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus2019-12-111-2/+7
* crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus2019-12-111-14/+13
* crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus2019-12-111-11/+4
* crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-12-111-40/+10
* crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus2019-11-221-1/+1
* crypto: atmel-aes - switch to skcipher APIArd Biesheuvel2019-11-171-264/+247
* 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-9/+9
* crypto: atmel - fix data types for __be{32,64}Ben Dooks (Codethink)2019-10-261-15/+15
* crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-10-101-23/+30
* 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: atmel-aes - fix the keys zeroing on errorsAntoine Tenart2018-03-031-1/+1
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-221-5/+1
* crypto: atmel - remove empty functionsTudor-Dan Ambarus2017-11-061-20/+0
* crypto: atmel-aes - Reset the controller before each useRomain Izard2017-11-031-7/+3
* crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard2017-11-031-3/+37
* 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 - Use GCM IV size constantCorentin LABBE2017-09-221-2/+3
* crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen2017-02-031-1/+447
* crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen2017-02-031-2/+5
* crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun2016-11-011-1/+1
* crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-211-6/+179
* crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-8/+2
|\
| * crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-111-2/+2
| * crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0
* | crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen2016-01-301-4/+12
|/
* crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu2016-01-191-0/+1
* crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen2015-12-231-1/+114
* crypto: atmel-aes - add support to GCM modeCyrille Pitchen2015-12-231-2/+451
* crypto: atmel-aes - change the DMA thresholdCyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen2015-12-231-2/+115
* crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen2015-12-231-1/+1
* crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen2015-12-231-102/+108
* crypto: atmel-aes - fix typo and indentationCyrille Pitchen2015-12-231-31/+25