Function commoncrypto_sys::CC_SHA1_Update [] [src]

pub unsafe extern fn CC_SHA1_Update(ctx: *mut CC_SHA_CTX,
                                    data: *const u8,
                                    n: usize)
                                    -> c_int

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