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

Return value

\c 0 on success. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if input is invalid. #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if the group is not recognized. Another negative error code on other kinds of failure.

Notes

The read pointer \p buf is updated to point right after the ECParameters record on exit.

References

from examples