Define AVS_COMMONS_WITH_MBEDTLS_PSA_RNG

Define Documentation

AVS_COMMONS_WITH_MBEDTLS_PSA_RNG

Enables use of the psa_generate_random() function as the default random number generator when using the Mbed TLS crypto backend, instead of CTR-DRBG seeded by the Mbed TLS entropy pool.

It’s meaningful only when AVS_COMMONS_WITH_MBEDTLS is enabled. However, it is independent from the above PSA engine settings.