mbedtls_md5_ret() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_md5_ret() 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_ret( 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

References

LocationText
md5.h:260
int mbedtls_md5_ret( const unsigned char *input,