| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: atmel-aes - Match cfb block size with generic implementation | Ryan Wanner | 2023-04-06 | 1 | -1/+1 |
* | crypto: atmel-aes - Detecting in-place operations two sg lists | Ryan Wanner | 2023-04-06 | 1 | -10/+4 |
* | crypto: atmel - Use request_complete helpers | Herbert Xu | 2023-02-13 | 1 | -2/+2 |
* | crypto: xts - drop xts_check_key() | Vladis Dronov | 2023-01-06 | 1 | -1/+1 |
* | crypto: atmel - Add capability case for the 0x600 SHA and AES IP versions | Sergiu Moga | 2022-12-30 | 1 | -0/+1 |
* | crypto: atmel-aes - Drop if with an always false condition | Uwe Kleine-König | 2022-07-15 | 1 | -2/+1 |
* | crypto: atmel - add support for AES and SHA IPs available on lan966x SoC | Kavyasree Kotagiri | 2022-02-05 | 1 | -0/+1 |
* | crypto: atmel-aes - Reestablish the correct tfm context at dequeue | Tudor Ambarus | 2021-11-20 | 1 | -5/+1 |
* | crypto: atmel-aes - use swap() | Salah Triki | 2021-07-30 | 1 | -6/+2 |
* | crypto: atmel-aes - Allocate aes dev at tfm init time | Tudor Ambarus | 2021-07-30 | 1 | -33/+43 |
* | crypto: atmel-aes - Add fallback to XTS software implementation | Tudor Ambarus | 2021-07-30 | 1 | -4/+51 |
* | crypto: atmel - Set OFB's blocksize to 1 | Tudor Ambarus | 2021-07-30 | 1 | -1/+1 |
* | crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraint | Tudor Ambarus | 2021-07-30 | 1 | -0/+7 |
* | crypto: atmel-aes - Add XTS input length constraint | Tudor Ambarus | 2021-07-30 | 1 | -0/+3 |
* | crypto: atmel-aes - Add blocksize constraint for ECB and CBC modes | Tudor Ambarus | 2021-07-30 | 1 | -1/+6 |
* | crypto: atmel-aes - convert to use be32_add_cpu() | Liu Shixin | 2020-09-25 | 1 | -1/+1 |
* | crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data | Tudor Ambarus | 2020-01-22 | 1 | -31/+1 |
* | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers | 2020-01-09 | 1 | -4/+1 |
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 2020-01-09 | 1 | -7/+2 |
* | crypto: atmel-aes - Fix CTR counter overflow when multiple fragments | Tudor Ambarus | 2019-12-20 | 1 | -1/+7 |
* | crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds | Tudor Ambarus | 2019-12-20 | 1 | -1/+1 |
* | crypto: atmel-{sha,tdes} - Print warn message even when deferring | Tudor Ambarus | 2019-12-20 | 1 | -1/+1 |
* | crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() | Tudor Ambarus | 2019-12-20 | 1 | -3/+2 |
* | crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction | Tudor Ambarus | 2019-12-20 | 1 | -1/+0 |
* | crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() | Tudor Ambarus | 2019-12-20 | 1 | -30/+2 |
* | crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods | Tudor Ambarus | 2019-12-11 | 1 | -64/+18 |
* | crypto: atmel-aes - Use gcm helper to check authsize | Tudor Ambarus | 2019-12-11 | 1 | -15/+1 |
* | crypto: atmel-aes - Fix saving of IV for CTR mode | Tudor Ambarus | 2019-12-11 | 1 | -12/+31 |
* | crypto: atmel-aes - Fix counter overflow in CTR mode | Tudor Ambarus | 2019-12-11 | 1 | -25/+12 |
* | crypto: atmel-{aes,tdes} - Do not save IV for ECB mode | Tudor Ambarus | 2019-12-11 | 1 | -2/+7 |
* | crypto: atmel-{aes,sha,tdes} - Rename labels in probe() | Tudor Ambarus | 2019-12-11 | 1 | -14/+13 |
* | crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() | Tudor Ambarus | 2019-12-11 | 1 | -11/+4 |
* | crypto: atmel-aes - Retire dma_request_slave_channel_compat() | Peter Ujfalusi | 2019-12-11 | 1 | -40/+10 |
* | crypto: atmel-aes - Change data type for "lastc" buffer | Tudor Ambarus | 2019-11-22 | 1 | -1/+1 |
* | crypto: atmel-aes - switch to skcipher API | Ard Biesheuvel | 2019-11-17 | 1 | -264/+247 |
* | crypto: atmel - Fix remaining endianess warnings | Herbert Xu | 2019-11-08 | 1 | -1/+1 |
* | crypto: atmel - Fix authenc support when it is set to m | Herbert Xu | 2019-11-08 | 1 | -9/+9 |
* | crypto: atmel - fix data types for __be{32,64} | Ben Dooks (Codethink) | 2019-10-26 | 1 | -15/+15 |
* | crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize | Tudor Ambarus | 2019-10-10 | 1 | -23/+30 |
* | crypto: drivers - Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-08-09 | 1 | -1/+0 |
* | crypto: atmel - switch to SPDX license identifiers | Tudor Ambarus | 2018-09-04 | 1 | -4/+1 |
* | crypto: atmel-aes - fix the keys zeroing on errors | Antoine Tenart | 2018-03-03 | 1 | -1/+1 |
* | crypto: atmel - Delete error messages for a failed memory allocation in six f... | Markus Elfring | 2018-02-22 | 1 | -5/+1 |
* | crypto: atmel - remove empty functions | Tudor-Dan Ambarus | 2017-11-06 | 1 | -20/+0 |
* | crypto: atmel-aes - Reset the controller before each use | Romain Izard | 2017-11-03 | 1 | -7/+3 |
* | crypto: atmel-aes - properly set IV after {en,de}crypt | Romain Izard | 2017-11-03 | 1 | -3/+37 |
* | crypto: atmel - remove useless irq init | Tudor-Dan Ambarus | 2017-11-03 | 1 | -2/+0 |
* | crypto: atmel - return appropriate error code | Tudor-Dan Ambarus | 2017-11-03 | 1 | -2/+1 |
* | crypto: atmel - Use GCM IV size constant | Corentin LABBE | 2017-09-22 | 1 | -2/+3 |
* | crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modes | Cyrille Pitchen | 2017-02-03 | 1 | -1/+447 |