mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 21:30:24 +00:00
30f40fc0fa
Detected on EFR32MG21 with hardware acceleration turned on, all inside mbedTLS' library/ecdsa.c: * Turning on ECDSA signing acceleration (MBEDTLS_ECDSA_SIGN_ALT) triggers an unused parameter on rs_ctx in mbedtls_ecdsa_write_signature_restartable * Turning on ECDSA verification acceleration (MBEDTLS_ECDSA_VERIFY_ALT) triggers an unused parameter on rs_ctx in mbedtls_ecdsa_read_signature_restartable * Turning on both ECDSA signing & verification acceleration (MBEDTLS_ECDSA_SIGN_ALT + MBEDTLS_ECDSA_VERIFY_ALT) triggers an unused function error on static function derive_mpi Looking at the latest mbed TLS development branch, it seems this issue will not be resolved soon. Therefore, we're turning off warnings for unused parameters and unused functions inside mbedTLS for the platform which uses this configuration (EFR32MG21).