Home
last modified time | relevance | path

Searched refs:gostr34_10_94_compute_pub_from_priv (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/sig/gostr34_10_94/
H A Dgostr34_10_94.h62 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub,
H A Dgostr34_10_94.c79 int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub, const gostr34_10_94_priv_key *p… in gostr34_10_94_compute_pub_from_priv() function
510 ret = gostr34_10_94_compute_pub_from_priv(&pub, &priv); EG(ret, err); in main()