aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu1-212/+2
2023-10-27crypto: atmel-aes - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-4/+2
2023-07-20crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()Yangtao Li1-12/+3
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner1-1/+1
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner1-10/+4
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu1-2/+2
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-1/+1
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga1-0/+1
2022-07-15crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König1-2/+1
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri1-0/+1
2021-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus1-5/+1
2021-07-30crypto: atmel-aes - use swap()Salah Triki1-6/+2
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus1-4/+51
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus1-1/+1
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus1-0/+7
2021-07-30crypto: atmel-aes - Add XTS input length constraintTudor Ambarus1-0/+3
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus1-1/+6
2020-09-25crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin1-1/+1
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus1-31/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-4/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-7/+2
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus1-1/+7
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus1-1/+1
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus1-1/+1
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus1-3/+2
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus1-1/+0
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus1-30/+2
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus1-64/+18
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus1-15/+1
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus1-12/+31
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus1-2/+7
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus1-14/+13
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus1-11/+4
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi1-40/+10
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus1-1/+1
2019-11-17crypto: atmel-aes - switch to skcipher APIArd Biesheuvel1-264/+247
2019-11-08crypto: atmel - Fix remaining endianess warningsHerbert Xu1-1/+1
2019-11-08crypto: atmel - Fix authenc support when it is set to mHerbert Xu1-9/+9
2019-10-26crypto: atmel - fix data types for __be{32,64}Ben Dooks (Codethink)1-15/+15
2019-10-10crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus1-4/+1
2018-03-03crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart1-1/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring1-5/+1
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus1-20/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useRomain Izard1-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard1-3/+37
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-09-22crypto: atmel - Use GCM IV size constantCorentin LABBE1-2/+3
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesCyrille Pitchen1-1/+447
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Cyrille Pitchen1-2/+5
2016-11-01crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun1-1/+1
2016-10-21crypto: atmel-aes - add support to the XTS modeCyrille Pitchen1-6/+179
2016-10-21crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-8/+2
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy1-2/+2
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk1-6/+0
2016-01-30crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-4/+12
2016-01-19crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu1-0/+1
2015-12-23crypto: atmel-aes - add debug facilities to monitor register accesses.Cyrille Pitchen1-1/+114
2015-12-23crypto: atmel-aes - add support to GCM modeCyrille Pitchen1-2/+451
2015-12-23crypto: atmel-aes - change the DMA thresholdCyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - fix the counter overflow in CTR modeCyrille Pitchen1-2/+115
2015-12-23crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686Cyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - create sections to regroup functions by usageCyrille Pitchen1-102/+108
2015-12-23crypto: atmel-aes - fix typo and indentationCyrille Pitchen1-31/+25
2015-12-23crypto: atmel-aes - use SIZE_IN_WORDS() helper macroCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - improve performances of data transferCyrille Pitchen1-378/+386
2015-12-23crypto: atmel-aes - fix atmel_aes_remove()Cyrille Pitchen1-0/+1
2015-12-23crypto: atmel-aes - remove useless AES_FLAGS_DMA flagCyrille Pitchen1-22/+15
2015-12-23crypto: atmel-aes - reduce latency of DMA completionCyrille Pitchen1-2/+2
2015-12-23crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_devCyrille Pitchen1-5/+0
2015-12-23crypto: atmel-aes - rework crypto request completionCyrille Pitchen1-27/+47
2015-12-23crypto: atmel-aes - simplify the configuration of the AES IPCyrille Pitchen1-123/+93
2015-12-23crypto: atmel-aes - remove useless write in the Control RegisterCyrille Pitchen1-2/+1
2015-12-23crypto: atmel-aes - make crypto request queue management more genericCyrille Pitchen1-26/+49
2015-12-23crypto: atmel-aes - change atmel_aes_write_ctrl() signatureCyrille Pitchen1-14/+10
2015-12-23crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()Cyrille Pitchen1-5/+11
2015-12-23crypto: atmel-aes - remove unused header includesCyrille Pitchen1-3/+0
2015-12-23crypto: atmel-aes - fix unregistration order of crypto algorithmsCyrille Pitchen1-2/+3
2015-12-23crypto: atmel-aes - change algorithm prioritiesCyrille Pitchen1-9/+11
2015-12-23crypto: atmel-aes - constify value argument of atmel_aes_write_n()Cyrille Pitchen1-1/+1
2015-12-23crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-11-23crypto: atmel - fix 64-bit warningsArnd Bergmann1-6/+6
2015-10-14crypto: atmel - use devm_xxx() managed functionLABBE Corentin1-29/+9
2015-10-08crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin1-1/+5
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
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-04-28crypto: atmel-aes - check alignment of cfb64 modeLeilei Zhao1-0/+6
2014-04-28crypto: atmel-aes - correct block size of cfb8 modeLeilei Zhao1-1/+1
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre1-49/+94
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer1-118/+353
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall1-1/+1
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-2/+0
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer1-0/+1206