mbedtls_x25519_read_params() function
This function parses and processes a TLS ServerKeyExchange payload.
Arguments
buf
The pointer to the start of the input buffer.
end
The address for one Byte past the end of the buffer.
Return value
\c 0 on success. An \c MBEDTLS_ERR_ECP_XXX error code on failure.