mbedtls_ecp_point_read_binary() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

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 point format 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.

References

from examples