mbedTLS + 0/1 examples
SourceVu will show references to mbedtls_sha512() from the following samples and libraries:
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsExamplesReferencesCall TreeData Use

Return value

\c 0 on success. A negative error code on failure.

Notes

is384 must be defined accordingly with the supported symbols in the config file. If: - is384 is 0, but \c MBEDTLS_SHA384_C is not defined, or - is384 is 1, but \c MBEDTLS_SHA512_C is not defined then the function will return #MBEDTLS_ERR_SHA512_BAD_INPUT_DATA.

References

from 0/1 examples