History log of /freebsd/sys/dev/psci/smccc_trng.c (Results 1 – 1 of 1)
Revision Date Author Comments
# b2f8b2dc 14-Oct-2024 Andrew Turner <andrew@FreeBSD.org>

sys: Add an SMCCC Random Number Generator driver

The Arm True Random Number Generator Firmware Interface provides a way
to query the SMCCC firmware for up to 192 bits of entropy. Use it to
provide a

sys: Add an SMCCC Random Number Generator driver

The Arm True Random Number Generator Firmware Interface provides a way
to query the SMCCC firmware for up to 192 bits of entropy. Use it to
provide another source of randomness to the kernel.

Reviewed by: cem, markm
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46989

show more ...