Home | History | Annotate | Download | only in radius

Lines Matching full:challenge

77 			      unsigned char *challenge,
86 unsigned char *challenge,
320 * id -- the ID byte in the challenge
322 * challenge -- the challenge string we sent (length in first byte)
334 unsigned char *challenge, unsigned char *response,
350 challenge_len = *challenge++;
367 error("RADIUS: Challenge type %u unsupported", digest->code);
393 * add the challenge and response fields
397 /* CHAP-Challenge and CHAP-Password */
404 challenge, challenge_len, VENDOR_NONE);
412 /* MS-CHAP-Challenge and MS-CHAP-Response */
427 challenge, challenge_len, VENDOR_MICROSOFT);
435 /* MS-CHAP-Challenge and MS-CHAP2-Response */
452 challenge, challenge_len, VENDOR_MICROSOFT);
486 challenge, message, message_space) < 0) {
543 struct chap_digest_type *digest, unsigned char *challenge,
654 if (radius_setmppekeys(vp, req_info, challenge) < 0) {
730 unsigned char *challenge)
766 mppe_set_keys(challenge, &plain[8]);