Searched refs:gostr34_10_94_compute_pub_from_priv (Results 1 – 2 of 2) sorted by relevance
62 ATTRIBUTE_WARN_UNUSED_RET int gostr34_10_94_compute_pub_from_priv(gostr34_10_94_pub_key *pub,
79 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() function510 ret = gostr34_10_94_compute_pub_from_priv(&pub, &priv); EG(ret, err); in main()