sha0_update
ret = sha0_update(&(ctx->sha0ctx), chunk, chunklen); EG(ret, err);
ret = sha0_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err);
ret = sha0_update(&ctx, input, ilen); EG(ret, err);
ATTRIBUTE_WARN_UNUSED_RET int sha0_update(sha0_context *ctx, const u8 *input, u32 ilen);