Searched refs:gxy2 (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 931 vchar_t p2, *pub2, *priv2, *gxy2; local 964 gxy2 = vmalloc(p1.l); 965 memset(gxy2->v, 0, gxy2->l); 966 eay_dh_compute(&p2, 2, pub2, priv2, pub1, &gxy2); 967 printf("sharing gxy2 of user 2 = \n"); PVDUMP(gxy2); 969 if (memcmp(gxy1->v, gxy2->v, gxy1->l)) { 979 vfree(gxy2);
|