HomeSort by: relevance | last modified time | path
    Searched refs:authstr (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 129 vchar_t *authstr; /* place holder of string for auth. */ member in struct:ph1handle
oakley.c 2333 iph1->authstr = getpskbyname(iph1->id_p);
2334 if (iph1->authstr == NULL) {
2345 if (iph1->authstr == NULL) {
2352 iph1->authstr = getpskbyaddr(iph1->remote);
2353 if (iph1->authstr == NULL) {
2363 plogdump(LLV_DEBUG2, iph1->authstr->v, iph1->authstr->l);
2386 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
handler.c 411 VPTRINIT(iph1->authstr);

Completed in 64 milliseconds