summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-aes.c
AgeCommit message (Expand)Author
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu
2023-10-27crypto: atmel-aes - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-07-20crypto: atmel-aes - Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-04-06crypto: atmel-aes - Match cfb block size with generic implementationRyan Wanner
2023-04-06crypto: atmel-aes - Detecting in-place operations two sg listsRyan Wanner
2023-02-13crypto: atmel - Use request_complete helpersHerbert Xu
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov
2022-12-30crypto: atmel - Add capability case for the 0x600 SHA and AES IP versionsSergiu Moga
2022-07-15crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCKavyasree Kotagiri
2021-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus
2021-07-30crypto: atmel-aes - use swap()Salah Triki
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus
2021-07-30crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus
2021-07-30crypto: atmel-aes - Add XTS input length constraintTudor Ambarus
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus
2020-09-25crypto: atmel-aes - convert to use be32_add_cpu()Liu Shixin
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsTudor Ambarus
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsTudor Ambarus
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringTudor Ambarus
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Tudor Ambarus
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionTudor Ambarus
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Tudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsTudor Ambarus
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeTudor Ambarus
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeTudor Ambarus
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeTudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Tudor Ambarus
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Tudor Ambarus
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Peter Ujfalusi
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus
2019-11-17crypto: atmel-aes - switch to skcipher APIArd Biesheuvel
2019-11-08crypto: atmel - Fix remaining endianess warningsHerbert Xu
2019-11-08crypto: atmel - Fix authenc support when it is set to mHerbert Xu
2019-10-26crypto: atmel - fix data types for __be{32,64}Ben Dooks (Codethink)
2019-10-10crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus
2018-03-03crypto: atmel-aes - fix the keys zeroing on errorsAntoine Tenart
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring
2017-11-06crypto: atmel - remove empty functionsTudor-Dan Ambarus
2017-11-03crypto: atmel-aes - Reset the controller before each useRomain Izard
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard