Home | History | Annotate | Download | only in pppd

Lines Matching full:challenge

20  * This implementation of EAP supports MD5-Challenge and SRP-SHA1
21 * authentication styles. Note that support of MD5-Challenge is a
31 * For MD5-Challenge, there are two phases, and the second phase
32 * consists of sending the challenge itself and handling the
704 * pick a random challenge length between
1070 * Format and send an MD5-Challenge EAP Response message.
1409 error("EAP: received MD5-Challenge with no data");
1416 error("EAP: MD5-Challenge with bad length %d (8..%d)",
1477 * If this is a new challenge, then start
1493 error("EAP: badly-formed SRP Challenge"
1521 error("EAP: badly-formed SRP Challenge"
1534 error("EAP: badly-formed SRP Challenge"
1569 /* Add Challenge ID & type to verifier */
2136 "Identity", "Notification", "Nak", "MD5-Challenge",
2298 printer(arg, " <Challenge%.*B>", len, inp);