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

Return value

\c 0 on success. #MBEDTLS_ERR_MD_BAD_INPUT_DATA on parameter-verification failure.

Notes

You must call mbedtls_md_setup() on \c dst before calling this function. The two contexts must have the same type, for example, both are SHA-256.

References

from examples