Home | History | Annotate | Download | only in racoon

Lines Matching refs:dh_pub

2480 	BIGNUM *dh_pub = NULL;
2487 if (eay_v2bn(&dh_pub, pub2) < 0)
2509 if ((l = DH_compute_key(v, dh_pub, dh)) == -1)
2516 if (dh_pub != NULL)
2517 BN_free(dh_pub);