On 12/22/22 09:50, Kshitiz Varshney wrote:
Implemented Data Co-Processor random number generation driver.

usage command:
rng <number of bytes>

Kshitiz Varshney (3):
   Uboot RNG Driver using Data Co-processor
   Added dcp_rng driver initialization code
   Added configs required for dcp_rng driver

  arch/arm/mach-imx/mx6/soc.c               |  10 ++
  configs/mx6ull_14x14_evk_defconfig        |   4 +
  configs/mx6ull_14x14_evk_plugin_defconfig |   4 +

Do these boards lack the CAAM RNG supported by drivers/crypto/fsl/rng.c?

Best regards

Heinrich

  drivers/crypto/fsl/Kconfig                |  10 ++
  drivers/crypto/fsl/Makefile               |   1 +
  drivers/crypto/fsl/dcp_rng.c              | 182 ++++++++++++++++++++++
  6 files changed, 211 insertions(+)
  create mode 100644 drivers/crypto/fsl/dcp_rng.c


Reply via email to