Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c2480 BIGNUM *dh_pub = NULL; local
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);