Lines Matching full:response
252 * ChapResponseTimeout - Timeout expired on sending response.
259 /* if we aren't sending a response, don't worry. */ in ChapResponseTimeout()
264 ChapSendResponse(cstate); /* re-send response */ in ChapResponseTimeout()
276 /* if we aren't sending a response, don't worry. */ in ChapRechallenge()
420 * ChapReceiveChallenge - Receive Challenge and send Response.
480 /* cancel response send timeout if necessary */ in ChapReceiveChallenge()
497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge()
518 * ChapReceiveResponse - Receive and process response.
545 * If we have received a duplicate or bogus Response, in ChapReceiveResponse()
547 * as we did for the first Response we saw. in ChapReceiveResponse()
648 /* presumably an answer to a duplicate response */ in ChapReceiveSuccess()
743 * ChapSendStatus - Send a status response (ack or nak).
806 * ChapSendResponse - send a response packet with values as specified
823 PUTCHAR(CHAP_RESPONSE, outp); /* we are a response */ in ChapSendResponse()
828 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ in ChapSendResponse()
843 "Challenge", "Response", "Success", "Failure"