HomeSort by relevance Sort by last modified time
    Searched full:gxy2 (Results 1 - 1 of 1) sorted by null

  /external/ipsec-tools/src/racoon/
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);

Completed in 30 milliseconds