Gost2814789_set_key
return Gost2814789_set_key(&c->ks, key, ctx->key_len * 8);
return Gost2814789_set_key(&gctx->cipher, p2, p1);
Gost2814789_set_key(&c.cipher, key, 256);
Gost2814789_set_key(&ctx, kek_ukm, 256);
Gost2814789_set_key(&ctx, kek_ukm, 256);
Gost2814789_set_key(ctx, outputKey, 256);
Gost2814789_set_key(key, newkey, 256);
Gost2814789_set_key(&c->cipher, Key, 256);
Gost2814789_set_key(&c->cipher, Key, 256);
Gost2814789_set_key(&c->cipher, Key, 256);
Gost2814789_set_key(&c->cipher, Key, 256);
int Gost2814789_set_key(GOST2814789_KEY *key,