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

Return value

\c 0 on success. #MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL if the \p key representation is larger than the available space in \p buf. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if no private key is set in \p key. Another negative error code on different kinds of failure.

References