STREEBOG256_Update
return STREEBOG256_Update(ctx->md_data, data, count);
STREEBOG256_Update(&c, d, n);
int STREEBOG256_Update(STREEBOG_CTX *c, const void *data, size_t len);