Home
last modified time | relevance | path

Searched refs:VKO_compute_key (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost_locl.h104 extern int VKO_compute_key(BIGNUM *X, BIGNUM *Y, const GOST_KEY *pkey,
H A Dgostr341001.c330 VKO_compute_key(BIGNUM *X, BIGNUM *Y, const GOST_KEY *pkey, GOST_KEY *priv_key, in VKO_compute_key() function
H A Dgostr341001_pmeth.c341 if (VKO_compute_key(X, Y, pub_key->pkey.gost, priv_key->pkey.gost, in gost01_VKO_key()