zephyr/samples/drivers/crypto/sample.yaml
Flavio Ceolin dfde32144a drivers; crypto: Remove TinyCrypt shim
TC crypto driver was depecrated in 4.0 release. Time to
remove it \o/

Signed-off-by: Flavio Ceolin <flavio.ceolin@gmail.com>
2025-05-23 17:41:06 -04:00

70 lines
1.9 KiB
YAML

sample:
description: An example to illustrate the usage of
crypto APIs
name: Crypto APIs
common:
tags: crypto
min_ram: 20
arch_exclude: xtensa
tests:
sample.drivers.crypto.mbedtls:
min_flash: 34
harness: console
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf
integration_platforms:
- native_sim
harness_config:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: CBC Mode"
- ".*: CTR Mode"
- ".*: CCM Mode"
- ".*: GCM Mode"
sample.drivers.crypto.stm32:
tags: crypto
filter: dt_compat_enabled("st,stm32-aes") or dt_compat_enabled("st,stm32-cryp")
integration_platforms:
- stm32l562e_dk
harness: console
harness_config:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: ECB mode ENCRYPT - Match"
- ".*: ECB mode DECRYPT - Match"
- ".*: CBC mode ENCRYPT - Match"
- ".*: CBC mode DECRYPT - Match"
- ".*: CTR mode ENCRYPT - Match"
- ".*: CTR mode DECRYPT - Match"
sample.drivers.crypto.mcux_dcp:
tags: crypto
filter: dt_compat_enabled("nxp,mcux-dcp")
integration_platforms:
- mimxrt1064_evk
harness: console
harness_config:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: ECB mode ENCRYPT - Match"
- ".*: ECB mode DECRYPT - Match"
- ".*: CBC mode ENCRYPT - Match"
- ".*: CBC mode DECRYPT - Match"
sample.drivers.crypto.si32:
tags: crypto
filter: dt_compat_enabled("silabs,si32-aes")
integration_platforms:
- sim3u1xx_dk
harness: console
harness_config:
type: multi_line
regex:
- ".*: Cipher Sample"
- ".*: ECB mode ENCRYPT - Match"
- ".*: ECB mode DECRYPT - Match"
- ".*: CBC mode ENCRYPT - Match"
- ".*: CBC mode DECRYPT - Match"
- ".*: CTR mode ENCRYPT - Match"
- ".*: CTR mode DECRYPT - Match"