HomeSort by relevance Sort by last modified time
    Searched defs:ivm (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_inf.c 148 struct isakmp_ivm *ivm;
150 if (iph1->ivm == NULL) {
151 plog(LLV_ERROR, LOCATION, NULL, "iph1->ivm == NULL\n");
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
157 if (ivm == NULL)
160 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive);
161 oakley_delivm(ivm);
931 iph2->ivm = oakley_newiv2(iph1, iph2->msgid);
932 if (iph2->ivm == NULL)
147 struct isakmp_ivm *ivm; local
    [all...]
isakmp_cfg.c 147 struct isakmp_ivm *ivm; local
168 if (iph1->mode_cfg->ivm == NULL ||
170 iph1->mode_cfg->ivm =
172 ivm = iph1->mode_cfg->ivm;
174 dmsg = oakley_do_decrypt(iph1, msg, ivm->iv, ivm->ive);
284 oakley_delivm(iph1->mode_cfg->ivm);
285 iph1->mode_cfg->ivm = NULL;
1102 if (ics->ivm != NULL
    [all...]
isakmp_cfg.h 164 struct isakmp_ivm *ivm; /* XXX Use iph1's ivm? */ member in struct:isakmp_cfg_state
handler.h 173 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph1handle
311 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph2handle

Completed in 298 milliseconds