esp-idf/components/wpa_supplicant
kapil.gupta 1cabd06f0c wpa_supplicant: Replace internal RSA APIs by mbedtls APIs
Curretly wpa_supplicant uses internal APIs for RSA operations
which internally uses lots of big num operations.

Big num operations are CPU expensive and can take a lot of time
which can cause watchdog timer to tigger.

This can be optimize by using mbedtls APIs which uses
hardware blocks for big num operations.

To fix this, write new crypto_mbedtls-rsa.c which has APIs
similar to crypto_internal-rsa.c but uses mbedtls APIs.
2020-06-07 15:31:12 +00:00
..
include
port
src wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
test
CMakeLists.txt wpa_supplicant: Replace internal RSA APIs by mbedtls APIs 2020-06-07 15:31:12 +00:00
COPYING
Kconfig
component.mk