TC crypto driver was depecrated in 4.0 release. Time to remove it \o/ Signed-off-by: Flavio Ceolin <flavio.ceolin@gmail.com>
14 lines
403 B
YAML
14 lines
403 B
YAML
common:
|
|
filter: dt_chosen_enabled("zephyr,entropy") and
|
|
CONFIG_CSPRNG_ENABLED and
|
|
CONFIG_HARDWARE_DEVICE_CS_GENERATOR and
|
|
not CONFIG_BUILD_WITH_TFM and
|
|
CONFIG_MBEDTLS
|
|
tags:
|
|
- mbedtls
|
|
- p256-m
|
|
tests:
|
|
crypto.secp256r1.mbedtls:
|
|
extra_args: EXTRA_CONF_FILE=mbedtls.conf
|
|
crypto.secp256r1.p256-m_raw:
|
|
extra_args: EXTRA_CONF_FILE=p256-m_raw.conf
|