aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-aes.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: atmel-aes - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-02-05crypto: atmel - add support for AES and SHA IPs available on lan966x SoCGravatar Kavyasree Kotagiri 1-0/+1
2021-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueGravatar Tudor Ambarus 1-5/+1
2021-07-30crypto: atmel-aes - use swap()Gravatar Salah Triki 1-6/+2
2021-07-30crypto: atmel-aes - Allocate aes dev at tfm init timeGravatar Tudor Ambarus 1-33/+43
2021-07-30crypto: atmel-aes - Add fallback to XTS software implementationGravatar Tudor Ambarus 1-4/+51
2021-07-30crypto: atmel - Set OFB's blocksize to 1Gravatar Tudor Ambarus 1-1/+1
2021-07-30crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintGravatar Tudor Ambarus 1-0/+7
2021-07-30crypto: atmel-aes - Add XTS input length constraintGravatar Tudor Ambarus 1-0/+3
2021-07-30crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesGravatar Tudor Ambarus 1-1/+6
2020-09-25crypto: atmel-aes - convert to use be32_add_cpu()Gravatar Liu Shixin 1-1/+1
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataGravatar Tudor Ambarus 1-31/+1
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-4/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-7/+2
2019-12-20crypto: atmel-aes - Fix CTR counter overflow when multiple fragmentsGravatar Tudor Ambarus 1-1/+7
2019-12-20crypto: atmel-{aes,tdes} - Update the IV only when the op succeedsGravatar Tudor Ambarus 1-1/+1
2019-12-20crypto: atmel-{sha,tdes} - Print warn message even when deferringGravatar Tudor Ambarus 1-1/+1
2019-12-20crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init()Gravatar Tudor Ambarus 1-3/+2
2019-12-20crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.directionGravatar Tudor Ambarus 1-1/+0
2019-12-20crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all()Gravatar Tudor Ambarus 1-30/+2
2019-12-11crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methodsGravatar Tudor Ambarus 1-64/+18
2019-12-11crypto: atmel-aes - Use gcm helper to check authsizeGravatar Tudor Ambarus 1-15/+1
2019-12-11crypto: atmel-aes - Fix saving of IV for CTR modeGravatar Tudor Ambarus 1-12/+31
2019-12-11crypto: atmel-aes - Fix counter overflow in CTR modeGravatar Tudor Ambarus 1-25/+12
2019-12-11crypto: atmel-{aes,tdes} - Do not save IV for ECB modeGravatar Tudor Ambarus 1-2/+7
2019-12-11crypto: atmel-{aes,sha,tdes} - Rename labels in probe()Gravatar Tudor Ambarus 1-14/+13
2019-12-11crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe()Gravatar Tudor Ambarus 1-11/+4
2019-12-11crypto: atmel-aes - Retire dma_request_slave_channel_compat()Gravatar Peter Ujfalusi 1-40/+10
2019-11-22crypto: atmel-aes - Change data type for "lastc" bufferGravatar Tudor Ambarus 1-1/+1
2019-11-17crypto: atmel-aes - switch to skcipher APIGravatar Ard Biesheuvel 1-264/+247
2019-11-08crypto: atmel - Fix remaining endianess warningsGravatar Herbert Xu 1-1/+1
2019-11-08crypto: atmel - Fix authenc support when it is set to mGravatar Herbert Xu 1-9/+9
2019-10-26crypto: atmel - fix data types for __be{32,64}Gravatar Ben Dooks (Codethink) 1-15/+15
2019-10-10crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeGravatar Tudor Ambarus 1-23/+30
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2018-09-04crypto: atmel - switch to SPDX license identifiersGravatar Tudor Ambarus 1-4/+1
2018-03-03crypto: atmel-aes - fix the keys zeroing on errorsGravatar Antoine Tenart 1-1/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six f...Gravatar Markus Elfring 1-5/+1
2017-11-06crypto: atmel - remove empty functionsGravatar Tudor-Dan Ambarus 1-20/+0
2017-11-03crypto: atmel-aes - Reset the controller before each useGravatar Romain Izard 1-7/+3
2017-11-03crypto: atmel-aes - properly set IV after {en,de}cryptGravatar Romain Izard 1-3/+37
2017-11-03crypto: atmel - remove useless irq initGravatar Tudor-Dan Ambarus 1-2/+0
2017-11-03crypto: atmel - return appropriate error codeGravatar Tudor-Dan Ambarus 1-2/+1
2017-09-22crypto: atmel - Use GCM IV size constantGravatar Corentin LABBE 1-2/+3
2017-02-03crypto: atmel-authenc - add support to authenc(hmac(shaX), Y(aes)) modesGravatar Cyrille Pitchen 1-1/+447
2017-02-03crypto: atmel-aes - fix atmel_aes_handle_queue()Gravatar Cyrille Pitchen 1-2/+5
2016-11-01crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Gravatar Wei Yongjun 1-1/+1
2016-10-21crypto: atmel-aes - add support to the XTS modeGravatar Cyrille Pitchen 1-6/+179
2016-10-21crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedGravatar Cyrille Pitchen 1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-8/+2