Home | History | Annotate | Download | only in racoon

Lines Matching refs:msg0

570 ident_i3send(iph1, msg0)
572 vchar_t *msg0;
638 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg0) == -1) {
664 ident_i4recv(iph1, msg0)
666 vchar_t *msg0;
685 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
691 msg = oakley_do_decrypt(iph1, msg0, iph1->ivm->iv, iph1->ivm->ive);
1328 ident_r3recv(iph1, msg0)
1330 vchar_t *msg0;
1349 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1355 msg = oakley_do_decrypt(iph1, msg0, iph1->ivm->iv, iph1->ivm->ive);