mbedtls_ecp_export() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 on success, #MBEDTLS_ERR_MPI_ALLOC_FAILED on memory-allocation failure. #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if key id doesn't correspond to a known group. Another negative error code on other kinds of failure.

Notes

If the private key or the public key was not set in \p key, the corresponding output is unspecified. Future versions may return an error in that case.

References