Home | History | Annotate | Download | only in racoon

Lines Matching refs:authstr

2537 			iph1->authstr = getpskbyname(iph1->id_p);
2538 if (iph1->authstr == NULL) {
2549 if (iph1->authstr == NULL) {
2556 iph1->authstr = getpskbyaddr(iph1->remote);
2557 if (iph1->authstr == NULL) {
2567 plogdump(LLV_DEBUG2, iph1->authstr->v, iph1->authstr->l);
2590 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);