Home | History | Annotate | Download | only in racoon

Lines Matching full:myhash

1509 	vchar_t *myhash = NULL;
1544 myhash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
1545 if (myhash == NULL)
1550 + sizeof(struct isakmp_gen) + myhash->l
1565 p = set_isakmp_payload(p, myhash, ISAKMP_NPTYPE_N);
1597 if (myhash != NULL)
1598 vfree(myhash);