Searched refs:gxy (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | oakley.c | 230 oakley_dh_compute(dh, pub, priv, pub_p, gxy) in oakley_dh_compute() argument 232 vchar_t *pub, *priv, *pub_p, **gxy; 237 if ((*gxy = vmalloc(dh->prime->l)) == NULL) { 248 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) { 273 plogdump(LLV_DEBUG, (*gxy)->v, (*gxy)->l);
|