Intel supports RDRAND (also known as Intel secure key) instruction for returning random numbers. And it's available in Ivy Bridge processors.
I wonder, is there any ARM processor featuring instructions for on-chip hw random number generator functionally similar to RDRAND?
And I have an additional question.
In the Linux kernel (version 3.10), there are 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
described as Random Number Generator driver for the exynos.
So, does exynos has H/W random number generator like Intel processors?
Thanks. Any comments are really appreciated.
exynos-rng.c
is a fake? – Cache