zephyr/tests/crypto
Valerio Setti 41389fbb81 mbedtls: add a kconfig to use the p256-m directly (without PSA interface)
For sake of memory footprint it might be required to shrink
down the memory footprint as much as possible. Unfortunately Mbed TLS
PSA interface brings in some extra code for key management which makes
it larger than the TinyCrypt counterpart when it comes to p256-m
interfacing. For this reason it might be useful to directly access
the p256-m driver directly.

This commit adds this support and it also updates the corresponding
test in order to make use of this condition.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-06-12 01:53:58 -07:00
..
crypto_hash modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
mbedtls samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
secp256r1 mbedtls: add a kconfig to use the p256-m directly (without PSA interface) 2024-06-12 01:53:58 -07:00
tinycrypt tests: use appropriate sys_randX_get() 2024-04-05 10:57:45 -05:00
tinycrypt_hmac_prng tests/crypto/*: Switch from native_posix to native_sim 2023-11-27 16:06:42 +00:00