Function openssl_sys::EVP_DigestUpdate[][src]

pub unsafe extern "C" fn EVP_DigestUpdate(
    ctx: *mut EVP_MD_CTX,
    data: *const u8,
    n: c_uint
) -> c_int