Searched refs:sa_ret (Results 1 - 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dhandler.h179 vchar_t *sa_ret; /* SA payload to reply/to be replyed */ member in struct:ph1handle
307 vchar_t *sa_ret; /* SA payload to reply/to be replyed */ member in struct:ph2handle
H A Disakmp_agg.c495 VPTRINIT(iph1->sa_ret);
1077 iph1->sa_ret, ISAKMP_NPTYPE_SA);
1121 iph1->sa_ret, ISAKMP_NPTYPE_SA);
1178 gss_sa = iph1->sa_ret;
1180 if (gss_sa != iph1->sa_ret)
H A Disakmp_quick.c394 iph2->sa_ret = NULL;
405 if (iph2->sa_ret != NULL) {
411 if (isakmp_p2ph(&iph2->sa_ret, pa->ptr) < 0)
478 if (hash == NULL || iph2->sa_ret == NULL || iph2->nonce_p == NULL) {
538 VPTRINIT(iph2->sa_ret);
1236 tlen = sizeof(*gen) + iph2->sa_ret->l
1253 p = set_isakmp_payload(body->v, iph2->sa_ret, ISAKMP_NPTYPE_NONCE);
H A Dipsec_doi.c199 iph1->sa_ret = newsa;
908 iph2->sa_ret = get_sabyproppair(ret, iph2->ph1);
910 if (iph2->sa_ret == NULL)
931 vchar_t *sa_ret = NULL; local
944 rpair = get_proppair(iph2->sa_ret, IPSECDOI_TYPE_PH2);
999 sa_ret = iph2->sa_ret;
1000 iph2->sa_ret = get_sabyproppair(p, iph2->ph1);
1002 if (iph2->sa_ret == NULL)
1012 if (sa_ret)
[all...]
H A Disakmp_base.c384 VPTRINIT(iph1->sa_ret);
949 plist = isakmp_plist_append(plist, iph1->sa_ret, ISAKMP_NPTYPE_SA);
1060 VPTRINIT(iph1->sa_ret);
H A Disakmp_ident.c328 VPTRINIT(iph1->sa_ret);
997 if (gss_sa != iph1->sa_ret)
1001 gss_sa = iph1->sa_ret;
H A Dhandler.c369 VPTRINIT(iph1->sa_ret);
639 VPTRINIT(iph2->sa_ret);

Completed in 1885 milliseconds