CC_MD5_Update

Function CC_MD5_Update 

Source
pub unsafe extern "C" fn CC_MD5_Update(
    ctx: *mut CC_MD5_CTX,
    data: *const u8,
    n: usize,
) -> c_int
Expand description

Appends data to be hashed. See man 3cc CC_MD5 for details.