mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ecp_group_load() from the following samples and libraries:
 
Symbols
loading (1/5)...
Files
mbedTLS
esp_crt_bundle
mbedtls
3rdparty
include
mbedtls
psa
library
port
ESP-IDF
FreeRTOS
cJSON
lwIP
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

\c 0 on success. #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if \p id doesn't correspond to a known group. Another negative error code on other kinds of failure.

Notes

The index should be a value of the NamedCurve enum, as defined in RFC-4492: Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS), usually in the form of an \c MBEDTLS_ECP_DP_XXX macro.

References

from 0/1 examples