Searched refs:ecccdh_init_pub_key (Results 1 – 3 of 3) sorted by relevance
60 int ecccdh_init_pub_key(ec_pub_key *out_pub, const ec_priv_key *in_priv) in ecccdh_init_pub_key() function106 ret = ecccdh_init_pub_key(&(kp->pub_key), &(kp->priv_key)); in ecccdh_gen_key_pair()131 ret = ecccdh_init_pub_key(&(kp->pub_key), &(kp->priv_key)); in ecccdh_import_key_pair_from_priv_key_buf()
36 ATTRIBUTE_WARN_UNUSED_RET int ecccdh_init_pub_key(ec_pub_key *out_pub, const ec_priv_key *in_priv);
625 ret = ecccdh_init_pub_key(&ourpub_key_check, &priv_key); in check_wycheproof_ecdh()