Home | History | Annotate | Download | only in racoon

Lines Matching defs:ivm

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) {
1006 tmp = oakley_do_encrypt(iph2->ph1, iph2->sendbuf, iph2->ivm->ive,
1007 iph2->ivm->iv);