zephyr/tests/crypto
Andrzej Głąbek 29d7c90779 tests: Align zephyr,psa-crypto-rng node names with those used by SoCs
This is a follow-up to commit 9951971aee.

Align names of "zephyr,psa-crypto-rng" compatible nodes used in tests
(crypto/rand32 and drivers/entropy/api) with those introduced by the
above commit into SoC definitions (nRF5340/nRF9160). This way the test
overlays will overwrite the already existing nodes instead of adding
second instances of them, what leads to build failures at the linking
stage as the related driver supports only single instance (and creates
it for the first node found).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-02-07 14:26:18 +01:00
..
crypto_hash tests: crypto: move the crypto_hash test to new ztest API 2022-09-01 20:36:15 -04:00
mbedtls tests: use namespacing in extra_configs and drop duplicated scenarios 2023-01-13 09:42:59 +01:00
rand32 tests: Align zephyr,psa-crypto-rng node names with those used by SoCs 2023-02-07 14:26:18 +01:00
tinycrypt tests: crypto: move the tinycrypt test to new ztest API 2022-09-01 20:36:15 -04:00
tinycrypt_hmac_prng tests: crypto: move the tinycrypt_hmac_prng test to new ztest API 2022-09-01 20:36:15 -04:00