commit | 7e2f06cbc2ece100cc1d8d950da523a64832a23f | [log] [tgz] |
---|---|---|
author | Valerio Setti <vsetti@baylibre.com> | Mon Apr 22 11:57:08 2024 +0200 |
committer | Flavio Ceolin <flavio.ceolin@intel.com> | Wed May 08 22:14:19 2024 -0700 |
tree | ad1aaecf24bf9ad5473a8db0a330db005a9293a7 | |
parent | f003087e38521cc51cce978ec4740ee03a858c0e [diff] |
mbedtls: add Kconfig option for PSA_WANT_ALG_SHA_256 Create a new Kconfig named CONFIG_PSA_WANT_ALG_SHA_256 which allows to enable PSA_WANT_ALG_SHA_256. This allows to use PSA functions to compute SHA256 hashes. When PSA is provided by TFM this allows also to remove legacy mbedtls_sha256() support and therefore reduce footprint for the NS side. Signed-off-by: Valerio Setti <vsetti@baylibre.com>