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