Searched refs:gxy1 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Deaytest.c814 vchar_t p1, *pub1, *priv1, *gxy1; local
842 gxy1 = vmalloc(p1.l);
843 memset(gxy1->v, 0, gxy1->l);
844 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1);
845 printf("sharing gxy1 of user 1 = \n"); PVDUMP(gxy1);
853 if (memcmp(gxy1->v, gxy2->v, gxy1->l))
860 vfree(gxy1);
[all...]

Completed in 20 milliseconds