Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Doakley.c2379 iph1->authstr = getpskbyname(iph1->id_p);
2380 if (iph1->authstr == NULL) {
2391 if (iph1->authstr == NULL) {
2398 iph1->authstr = getpskbyaddr(iph1->remote);
2399 if (iph1->authstr == NULL) {
2409 plogdump(LLV_DEBUG2, iph1->authstr->v, iph1->authstr->l);
2432 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
H A Dhandler.h129 vchar_t *authstr; /* place holder of string for auth. */ member
H A Dhandler.c422 VPTRINIT(iph1->authstr);