modules: mbedtls: rename MBEDTLS_PSA_CRYPTO_RND_SOURCE

Rename `MBEDTLS_PSA_CRYPTO_RND_SOURCE`->`MBEDTLS_PSA_CRYPTO_RNG_SOURCE`
as all other options use `RNG` for random number generator instead of
`RND` for random number.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2024-07-18 11:56:34 +10:00 committed by Anas Nashif
parent 27aa4bc988
commit a96b017e3e

View file

@ -460,7 +460,7 @@ config MBEDTLS_SSL_EXTENDED_MASTER_SECRET
which ensures that master secrets are different for every
connection and every session.
choice MBEDTLS_PSA_CRYPTO_RND_SOURCE
choice MBEDTLS_PSA_CRYPTO_RNG_SOURCE
prompt "Select random source for built-in PSA crypto"
depends on MBEDTLS_PSA_CRYPTO_C
default MBEDTLS_PSA_CRYPTO_LEGACY_RNG