Home | History | Annotate | Download | only in racoon

Lines Matching refs:dh_pub

2504 	BIGNUM *dh_pub = NULL;
2511 if (eay_v2bn(&dh_pub, pub2) < 0)
2533 if ((l = DH_compute_key(v, dh_pub, dh)) == -1)
2540 if (dh_pub != NULL)
2541 BN_free(dh_pub);