summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-sha204a.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-17crypto: atmel-sha204a - clear RNG data from memoryThorsten Blum1-4/+8
2026-07-05crypto: atmel-sha204a - fix heap info leak on I2C transfer failureLothar Rubusch1-1/+5
2026-05-29crypto: atmel-sha204a - Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-29crypto: atmel-sha204a - Drop of_device_id dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-05-22crypto: atmel-sha204a - fail on hwrng registration error in probe pathThorsten Blum1-3/+5
2026-05-22crypto: atmel-sha204a - remove sysfs group before hwrngThorsten Blum1-2/+1
2026-05-15crypto: atmel-sha204a - drop __maybe_unused and of_match_ptrThorsten Blum1-4/+4
2026-05-07crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
2026-05-07crypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
2026-03-22crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
2026-03-15crypto: atmel-sha204a - Drop redundant I2C_FUNC_I2C checkThorsten Blum1-4/+0
2026-03-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum1-0/+4
2026-02-28crypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum1-9/+11
2026-02-28crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum1-3/+4
2026-02-28crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum1-2/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-04-23crypto: atmel-sha204a - Set hwrng quality to lowest possibleMarek Behún1-0/+6
2024-10-05crypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König1-2/+2
2024-06-07crypto: atmel-sha204a - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-05-31crypto: atmel-sha204a - fix negated return valueLothar Rubusch1-1/+1
2024-05-10crypto: atmel-sha204a - provide the otp contentLothar Rubusch1-0/+45
2024-05-10crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch1-0/+23
2023-06-02crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-17crypto: atmel-sha204a - Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-02-10crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König1-2/+1
2022-11-25crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld1-1/+0
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-4/+2
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa1-1/+1
2022-05-06crypto: atmel-sha204a - Suppress duplicate error messageUwe Kleine-König1-2/+2
2022-05-06crypto: atmel-sha204a - Remove useless checkUwe Kleine-König1-2/+1
2022-05-06crypto: atmel-sha204a - Add support for ATSHA204 cryptochipPali Rohár1-0/+2
2019-08-02crypto: atmel-sha204a - Use device-managed registration APIChuhong Yuan1-2/+1
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel1-0/+171