| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_inf.c | 143 struct isakmp_ivm *ivm; 145 if (iph1->ivm == NULL) { 146 plog(LLV_ERROR, LOCATION, NULL, "iph1->ivm == NULL\n"); 151 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid); 152 if (ivm == NULL) 155 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive); 156 oakley_delivm(ivm); 884 iph2->ivm = oakley_newiv2(iph1, iph2->msgid); 885 if (iph2->ivm == NULL) 142 struct isakmp_ivm *ivm; local [all...] |
| isakmp_inf.c | 143 struct isakmp_ivm *ivm; 145 if (iph1->ivm == NULL) { 146 plog(LLV_ERROR, LOCATION, NULL, "iph1->ivm == NULL\n"); 151 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid); 152 if (ivm == NULL) 155 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive); 156 oakley_delivm(ivm); 884 iph2->ivm = oakley_newiv2(iph1, iph2->msgid); 885 if (iph2->ivm == NULL) 142 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); 282 oakley_delivm(iph1->mode_cfg->ivm); 283 iph1->mode_cfg->ivm = NULL; 1104 if (ics->ivm != NULL [all...] |
| isakmp_cfg.h | 164 struct isakmp_ivm *ivm; /* XXX Use iph1's ivm? */ member in struct:isakmp_cfg_state
|
| 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); 282 oakley_delivm(iph1->mode_cfg->ivm); 283 iph1->mode_cfg->ivm = NULL; 1104 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 | 178 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph1handle 344 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph2handle
|
| handler.h | 178 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph1handle 344 struct isakmp_ivm *ivm; /* IVs */ member in struct:ph2handle
|