]> Git Repo - J-u-boot.git/commit
crypto/fsl: add RNG support
authorMichael Walle <[email protected]>
Sat, 27 Jun 2020 20:58:53 +0000 (22:58 +0200)
committerPriyanka Jain <[email protected]>
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 <[email protected]>
Tested-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
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]
This page took 0.036297 seconds and 4 git commands to generate.