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