esp-idf/components/mbedtls/port
Laukik Hase d53d4ec930 esp32/mpi: Added alternate workaround for MPI data corruption issue
- Use DPORT_WRITE_REG (volatile writes) wrappers to write to the
  MPI peripheral
- Updated the previous workaround added for the same issue as it
  was failing in some long runs and with `COMPILER_OPTIMIZATION_PERF`
  enabled.
- The test performance numbers had to be updated due to the
  performance penalty introduced by this fix.

Closes https://github.com/espressif/esp-idf/issues/10403
2023-03-06 06:43:17 +00:00
..
aes mbedtls: fix null pointer dereference of variable iv_off 2023-01-25 15:32:56 +05:30
crypto_shared_gdma ci: Fix issues for build stage 2022-01-25 10:51:27 +05:30
dynamic mbedtls: Fix build with dynamic buffers feature 2023-02-19 03:53:02 +00:00
ecc mbedtls/ecp: Fix incorrect ECP parameter value 2023-02-08 21:35:49 +05:30
esp32 esp32/mpi: Added alternate workaround for MPI data corruption issue 2023-03-06 06:43:17 +00:00
esp32c3 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32h2 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32s2 mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp32s3 mbedtls: Acquire lock before enabling MPI (RSA) hardware 2022-06-21 10:48:17 +05:30
esp_ds esp_rsa_sign_alt: Fix esp_init_ds_data_ctx API to not modify user defined data when it is given directory from flash 2022-08-23 11:50:47 +05:30
include mbedtls: Update config options as per v3.3.0 release 2023-02-19 03:53:02 +00:00
md mbedtls-3 update: 2022-03-03 01:37:10 +05:30
sha esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
esp_bignum.c esp32: mpi: add workaround for data corruption issue observed with IDF 5.x toolchain 2022-10-27 09:54:26 +05:30
esp_hardware.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
esp_mem.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
esp_timing.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
mbedtls_debug.c mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
net_sockets.c ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30