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

mbedtls_md5_update_ret() function

MD5 process 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_update_ret( mbedtls_md5_context *ctx,     const unsigned char *input,     size_t ilen );

Arguments

ctx

MD5 context

input

buffer holding the data

ilen

length of the input data

Return value

0 if successful

References

LocationText
md5.h:137
int mbedtls_md5_update_ret( mbedtls_md5_context *ctx,