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

Return value

\c 0 on success, meaning that the keys are valid and match. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if the keys are invalid or do not match. An \c MBEDTLS_ERR_ECP_XXX or an \c MBEDTLS_ERR_MPI_XXX error code on calculation failure.

References

from examples