Home | History | Annotate | Download | only in net

Lines Matching refs:challenge

195 #define CHAP_CHALLENGE		1	/* CHAP challenge request */
196 #define CHAP_RESPONSE 2 /* CHAP challenge response */
4597 u_char *value, *name, digest[sizeof(sp->chap.challenge)];
4619 /* challenge, failure and success are his authproto */
4637 "chap corrupted challenge "
4692 " without challenge\n");
4725 "without challenge\n");
4816 if (value_len == sizeof(sp->chap.challenge) &&
4821 MD5Update(&ctx, sp->chap.challenge, sizeof(sp->chap.challenge));
4834 value_len, sizeof(sp->chap.challenge));
4912 * initial challenge-response exchange has taken place.
4918 * Compute the re-challenge timeout. This will yield
4933 * is the case if this is a dummy tlu event after a re-challenge.
4952 /* we are authenticator for CHAP, send challenge */
4953 ch = (uint32_t *)sp->chap.challenge;
4954 clen = sizeof(sp->chap.challenge);
4955 /* Compute random challenge. */
4961 sizeof(sp->chap.challenge), sp->chap.challenge,
6281 case CHAP_CHALLENGE: return "challenge";