01-17-2021, 04:32 AM
(This post was last modified: 01-18-2021, 11:14 AM by Maus.
Edit Reason: Readability
)
(01-16-2021, 02:16 PM)LibrePhoneUser Wrote:Code:+config CRYPTO_DEV_SUN8I_CE_TRNG
+ bool "Support for Allwinner Crypto Engine TRNG"
+ depends on CRYPTO_DEV_SUN8I_CE
+ select HW_RANDOM
+ help
+ Select this option if you want to provide kernel-side support for
+ the True Random Number Generator found in the Crypto Engine.
Is this option selected in Mobian's kernel build? If not, could I request that it be activated?
No, Mobian stock kernel does not have this set. You can easily find out for yourself:
Code:
mobian@pinephone:~$ zgrep SUN8I_CE /proc/config.gz
CONFIG_CRYPTO_DEV_SUN8I_CE=m
CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG=y
# CONFIG_CRYPTO_DEV_SUN8I_CE_HASH is not set
# CONFIG_CRYPTO_DEV_SUN8I_CE_PRNG is not set
# CONFIG_CRYPTO_DEV_SUN8I_CE_TRNG is not set