crypto/fsl: add RNG support
authorMichael Walle <michael@walle.cc>
Sat, 27 Jun 2020 20:58:53 +0000 (22:58 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 27 Jul 2020 08:46:29 +0000 (14:16 +0530)
commitea95f2142e94bfb68c61e5724616f9949b974a4c
treefb916a55959c59d0407cb515cea9402567c6a958
parentb980f9e2597b52ce71247e79d534349f7d174b38
crypto/fsl: add RNG support

Register the random number generator with the rng subsystem in u-boot.
This way it can be used by EFI as well as for the 'rng' command.

Signed-off-by: Michael Walle <michael@walle.cc>
Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
drivers/crypto/fsl/Kconfig
drivers/crypto/fsl/Makefile
drivers/crypto/fsl/jobdesc.c
drivers/crypto/fsl/jobdesc.h
drivers/crypto/fsl/jr.c
drivers/crypto/fsl/rng.c [new file with mode: 0644]