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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Doakley.c868 res = oakley_prf(iph1->skeyid, buf, iph1);
917 if (iph1->skeyid == NULL) {
921 hashkey = iph1->skeyid;
2058 "failed to get skeyid buffer\n");
2075 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
2076 if (iph1->skeyid == NULL)
2106 iph1->skeyid = oakley_prf(buf, iph1->dhgxy, iph1);
2107 if (iph1->skeyid == NULL)
2124 plogdump(LLV_DEBUG, iph1->skeyid->v, iph1->skeyid
[all...]
H A Dhandler.h128 vchar_t *skeyid; /* SKEYID */ member in struct:ph1handle
H A Dhandler.c231 VPTRINIT(iph1->skeyid);

Completed in 163 milliseconds