pub unsafe extern "C" fn esp_md5_process(
    ctx: *mut mbedtls_md5_context,
    data: *const c_uchar
) -> c_int
Expand description

\brief MD5 process data block (internal use only)

\param ctx MD5 context \param data buffer holding one block of data

\return 0 if successful

\warning MD5 is considered a weak message digest and its use constitutes a security risk. We recommend considering stronger message digests instead.