Support Intel RDRAND (also known as Intel Security Key) to return random numbers. And its available on Ivy Bridge processors.
It seems to me that any ARM processor with instructions for a random number generator on a hw chip is functionally equal to RDRAND.
And I had an additional question.
The linux kernel (version 3.10) has driver sources for hw random number generators in / linux / drivers / char / hw_random. ( http://lxr.free-electrons.com/source/drivers/char/hw_random/?v=3.10 )
And I found exynos-rng.c a commented random number generator driver for exynos!
So, exynos has an H / W random number generator such as Intel processors?
Thanks, any comments are very helpful.
source
share