pub unsafe extern "C" fn apr_sha1_update_binary(
context: *mut apr_sha1_ctx_t,
input: *const c_uchar,
inputLen: c_uint,
)Expand description
Update the SHA digest with binary data @param context The SHA1 context to update @param input The buffer to add to the SHA digest @param inputLen The length of the input buffer