Searched refs:authstr (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dhandler.h126 vchar_t *authstr; /* place holder of string for auth. */ member in struct:ph1handle
H A Doakley.c2492 iph1->authstr = getpskbyname(iph1->id_p);
2493 if (iph1->authstr == NULL) {
2504 if (iph1->authstr == NULL) {
2511 iph1->authstr = getpskbyaddr(iph1->remote);
2512 if (iph1->authstr == NULL) {
2522 plogdump(LLV_DEBUG2, iph1->authstr->v, iph1->authstr->l);
2545 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
H A Dhandler.c327 VPTRINIT(iph1->authstr);

Completed in 66 milliseconds