Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Deaytest.c960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
966 eay_dh_compute(&p2, 2, pub2, priv2, pub1, &gxy2);
Dcrypto_openssl.h214 extern int eay_dh_compute __P((vchar_t *, u_int32_t, vchar_t *, vchar_t *, vchar_t *, vchar_t **));
Dcrypto_openssl.c2511 eay_dh_compute(prime, g, pub, priv, pub2, key) in eay_dh_compute() function
Doakley.c248 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) {