mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_ecp_muladd() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedExamplesReferencesCall TreeData Use

Return value

\c 0 on success. #MBEDTLS_ERR_ECP_INVALID_KEY if \p m or \p n are not valid private keys, or \p P or \p Q are not valid public keys. #MBEDTLS_ERR_MPI_ALLOC_FAILED on memory-allocation failure. #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if \p grp does not designate a short Weierstrass curve. Another negative error code on other kinds of failure.

Notes

In contrast to mbedtls_ecp_mul(), this function does not guarantee a constant execution flow and timing. This function is only defined for short Weierstrass curves. It may not be included in builds without any short Weierstrass curve.

References

from 0/1 examples