[PATCH v3 1/3] crypto: hw_random - Add new Exynos RNG driver
From: PrasannaKumar Muralidharan <hidden>
Date: 2017-03-27 04:23:35
Also in:
linux-crypto, linux-samsung-soc, lkml
From: PrasannaKumar Muralidharan <hidden>
Date: 2017-03-27 04:23:35
Also in:
linux-crypto, linux-samsung-soc, lkml
Oh my, if you are right with your first guess, this is a bad DRNG design. Just out of curiousity: what happens if a caller invokes the seed function twice or more times (each time with the sufficient amount of bits)? What is your guess here?
Should the second seed use the random data generated by the device? Regards, PrasannaKumar