HomeSort by relevance Sort by last modified time
    Searched refs:eay_dh_compute (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
crypto_openssl.h 214 extern int eay_dh_compute __P((vchar_t *, u_int32_t, vchar_t *, vchar_t *, vchar_t *, vchar_t **));
eaytest.c 960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
966 eay_dh_compute(&p2, 2, pub2, priv2, pub1, &gxy2);
crypto_openssl.c 2476 eay_dh_compute(prime, g, pub, priv, pub2, key) function
    [all...]
oakley.c 244 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) {
    [all...]

Completed in 21 milliseconds