summaryrefslogtreecommitdiff
path: root/chip/stm32/trng.c
Commit message (Expand)AuthorAgeFilesLines
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* printf: Convert %h to %phEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-2/+34
* trng: make init_trng(), exit_trng() and rand_bytes() test_mockable.Yicheng Li2019-06-211-3/+3
* stm32f412: add TRNG supportNicolas Norvez2019-04-031-0/+7
* stm32h7: Add support for TRNGNicolas Boichat2018-07-101-1/+37
* stm32: add TRNG supportVincent Palatin2017-02-231-0/+70