1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/sys/psa_crypto_se_cipher
Marian Buschsieweke 754bbe4e6d
tests/sys/psa_crypto_se_cipher: disable test on esp32-wroom-32
The test fails systematically on the CI and prevents merging PRs.
2023-12-05 16:49:30 +01:00
..
tests sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
app.config.test sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
custom_atca_params.h sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
example_cipher_aes_128.c sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
main.c sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00
Makefile tests/sys/psa_crypto_se_cipher: disable test on esp32-wroom-32 2023-12-05 16:49:30 +01:00
Makefile.ci tests/sys/psa_crypto_*: Update BOARD_INSUFFICIENT_MEMORY 2023-11-30 21:02:47 +01:00
README.md sys/psa_crypto: Build PSA Crypto functions based on module selection 2023-11-30 21:02:42 +01:00

PSA Crypto Cipher Test

This is a configuration test for only the cipher of the PSA crypto module using secure element. It is based off the psa_crypto example.