Searched refs:gxy1 (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 930 vchar_t p1, *pub1, *priv1, *gxy1; local 958 gxy1 = vmalloc(p1.l); 959 memset(gxy1->v, 0, gxy1->l); 960 eay_dh_compute(&p1, 2, pub1, priv1, pub2, &gxy1); 961 printf("sharing gxy1 of user 1 = \n"); PVDUMP(gxy1); 969 if (memcmp(gxy1->v, gxy2->v, gxy1->l)) { 978 vfree(gxy1);
|