mbedtls_md5() function
Output = MD5( input buffer ) \warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.
Syntax
int mbedtls_md5(const unsigned char *input,
size_t ilen,
unsigned char output[16]);
Arguments
input
buffer holding the data
ilen
length of the input data
output
MD5 checksum result
Return value
0 if successful
mbedtls_md5() is called by 2 functions and calls 5 functions:
![]()
mbedtls_md5()
mbedtls_md5():
![]()
mbedtls_md5()