Home | History | Annotate | Download | only in pppd

Lines Matching full:pseudonym

83 static char *pn_secret = NULL;		/* Pseudonym generating secret */
104 "Long term pseudonym generation secret" },
105 { "srp-use-pseudonym", o_bool, &eap_states[0].es_usepseudo,
106 "Use pseudonym if offered one by server", 1 },
312 * Set DES key according to pseudonym-generating secret and current
460 /* If we've got a pseudonym, try to decode to real name. */
477 "pseudonym");
506 dbglog("decoded pseudonym to \"%.*q\"",
771 /* Generate pseudonym */
781 dbglog("no DES here; not generating pseudonym");
785 outp++; /* space for pseudonym length */
816 /* Obscure the pseudonym with SHA1 hash */
1214 dbglog("pseudonym file: %s", path);
1285 dbglog("EAP: decoded pseudonym is unusable <%.*B>", olen, inp);
1292 dbglog("EAP: error saving pseudonym: %m");
1297 dbglog("EAP: saved pseudonym");
1300 dbglog("EAP: failed to save pseudonym");
1367 /* Try to get a pseudonym */
1382 /* Stop using pseudonym now. */
1651 /* Save pseudonym if user wants it. */