aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-ecc.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-4/+2
2022-06-10crypto: atmel-ecc - Remove duplicated error reporting in .remove()Gravatar Uwe Kleine-König 1-2/+10
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageGravatar Tetsuo Handa 1-1/+1
2021-03-26crypto: atmel-ecc - Struct headers need to start with keyword 'struct'Gravatar Lee Jones 1-1/+1
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameGravatar Meng Yu 1-20/+8
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2019-05-30crypto: atmel-ecc - factor out code that can be sharedGravatar Ard Biesheuvel 1-384/+22
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsGravatar Ard Biesheuvel 1-5/+8
2018-09-04crypto: atmel - switch to SPDX license identifiersGravatar Tudor Ambarus 1-10/+1
2018-06-22crypto: atmel-ecc - remove overly verbose dev_infoGravatar Tudor-Dan Ambarus 1-4/+0
2018-06-22crypto: atmel-ecc - fix to allow multi segment scatterlistsGravatar Tudor-Dan Ambarus 1-9/+22
2017-08-03crypto: atmel-ecc - fix signed integer to u8 assignmentGravatar Tudor-Dan Ambarus 1-5/+5
2017-08-03Crypto: atmel-ecc: Make a couple of local functions staticGravatar Colin Ian King 1-2/+2
2017-07-18crypto: atmel-ecc - introduce Microchip / Atmel ECC driverGravatar Tudor-Dan Ambarus 1-0/+781