bash224_update
ATTRIBUTE_WARN_UNUSED_RET int bash224_update(bash224_context *ctx, const u8 *input, u32 ilen);
ret = bash224_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err);
ret = bash224_update(&ctx, input, ilen); EG(ret, err);
return bash224_update((bash224_context*)hctx, chunk, chunklen);