Home | History | Annotate | Download | only in racoon

Lines Matching full:msg0

124 isakmp_info_recv(iph1, msg0)
126 vchar_t *msg0;
143 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
144 msgid = ((struct isakmp *)msg0->v)->msgid;
156 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
160 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive);
166 msg = vdup(msg0);