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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Doakley.c648 res = oakley_prf(iph1->skeyid_a, buf, iph1);
693 res = oakley_prf(iph1->skeyid_a, buf, iph1);
749 res = oakley_prf(iph1->skeyid_a, buf, iph1);
2202 iph1->skeyid_a = oakley_prf(iph1->skeyid, buf, iph1);
2203 if (iph1->skeyid_a == NULL)
2210 plogdump(LLV_DEBUG, iph1->skeyid_a->v, iph1->skeyid_a->l);
2214 len = iph1->skeyid_a->l + iph1->dhgxy->l + sizeof(cookie_t) * 2 + 1;
2222 memcpy(p, iph1->skeyid_a->v, iph1->skeyid_a
[all...]
H A Dhandler.h130 vchar_t *skeyid_a; /* SKEYID_a, i.e. hash */ member in struct:ph1handle
H A Dhandler.c233 VPTRINIT(iph1->skeyid_a);
H A Disakmp_inf.c478 * When ph1->skeyid_a == NULL, send message without encoding.
524 /* get IV and HASH(1) if skeyid_a was generated. */
525 if (iph1->skeyid_a != NULL) {

Completed in 66 milliseconds