esp-idf/components/mbedtls/port/include
Kapil Gupta 4756c22ffa change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts
Add changes to use fast_pbkdf2 as default for PMK calculations.
fast_pbkdf2 is significantly faster than current implementations
for esp chips.

Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.
2023-09-13 16:33:19 +08:00
..
aes mbedtls/port: refactor sanity checks and their return values 2023-01-16 15:04:08 +05:30
ecdsa ecdsa: Support multiple ECDSA keys 2023-04-30 11:47:35 +05:30
esp32 AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
esp32s2 esp32c3/Digital Signature: mbedtls integration through ESP-TLS 2021-01-22 11:54:16 +05:30
esp_ds ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
mbedtls feat(mbedtls): support ecp fixed-point multiplication configurable 2023-08-11 16:40:38 +08:00
md mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
sha SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00
aes_alt.h AES: refactor and add HAL layer 2020-12-10 09:04:47 +00:00
bignum_impl.h MPI: add kconfig option for doing intr-based exp-mod operations 2021-12-29 18:55:48 +08:00
ecc_impl.h mbedtls: Added ECC hardware accelerator support on ESP32C2 2022-03-08 14:05:23 +00:00
entropy_poll.h Add entropy_poll.h in port directory 2022-03-03 01:37:10 +05:30
esp_crypto_shared_gdma.h ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
esp_mem.h ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
gcm_alt.h mbedtls: GCM implementation is replaced with CTR-based calculation 2022-12-28 12:14:29 +05:30
md5_alt.h mbedtls: Update licenses of files updated in mbedtls-3.1 update 2022-03-04 05:18:58 +00:00
rsa_sign_alt.h ci: Fix pre-check stage failing tests 2022-03-03 01:37:10 +05:30
sha1_alt.h change(esp_wifi): Port fast_pbkdf2 implementation for mbedlts 2023-09-13 16:33:19 +08:00
sha256_alt.h SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00
sha512_alt.h SHA: added hardware support for SHA on C2. 2022-06-23 11:01:16 +08:00