summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner2023-04-061-1/+1
* crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner2023-04-061-10/+4
* crypto: atmel - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga2022-12-301-0/+1
* crypto: atmel-aes - 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-aes - Reestablish the correct tfm context at dequeueTudor Ambarus2021-11-201-5/+1
* crypto: atmel-aes - use swap()Salah Triki2021-07-301-6/+2
* crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus2021-07-301-33/+43
* crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus2021-07-301-4/+51
* crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus2021-07-301-1/+1
* crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus2021-07-301-0/+7
* crypto: atmel-aes - Add XTS input length constraintTudor Ambarus2021-07-301-0/+3
* crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus2021-07-301-1/+6
* crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin2020-09-251-1/+1
* 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