mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ecp_point_read_binary() from the following samples and libraries:
 
Symbols
loading (4/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_BAD_INPUT_DATA if the input is invalid. #MBEDTLS_ERR_MPI_ALLOC_FAILED on memory-allocation failure. #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if the import for the given group is not implemented.

Notes

This function does not check that the point actually belongs to the given group, see mbedtls_ecp_check_pubkey() for that. For compressed points, see #MBEDTLS_ECP_PF_COMPRESSED for limitations.

References

from 0/1 examples