Home | History | Annotate | Download | only in racoon

Lines Matching refs:msg0

123 isakmp_info_recv(iph1, msg0)
125 vchar_t *msg0;
142 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
143 msgid = ((struct isakmp *)msg0->v)->msgid;
155 ivm = oakley_newiv2(iph1, ((struct isakmp *)msg0->v)->msgid);
159 msg = oakley_do_decrypt(iph1, msg0, ivm->iv, ivm->ive);
165 msg = vdup(msg0);