Commits
Victoria Milhoan (b42089) committed 95cbc510500
MLK-9769-8 crypto: caam - add a test for the RNG Freescale's CAAM includes a Random Number Generator. This change adds a kernel configuration option to test the RNG's capabilities via the hw_random framework. Signed-off-by: Victoria Milhoan <vicki.milhoan@freescale.com> Signed-off-by: Dan Douglass <dan.douglass@freescale.com> Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com> (cherry picked from commit 05fba1bb857d5329fdcf79e736643fce0944a86d) -fixed compilation warning: drivers/crypto/caam/caamrng.c:271:2: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' [-Wformat=] -changed commit headline Signed-off-by: Horia Geantă <horia.geanta@nxp.com>