Lines Matching full:response
56 const unsigned char *challenge, const unsigned char *response,
97 const unsigned char *challenge, const unsigned char *response,
280 * chap_handle_response - check the response to our challenge.
285 const unsigned char *response; local
301 response = pkt;
330 response, pcb->chap_server.message, sizeof(pcb->chap_server.message));
334 response, message, sizeof(message));
345 /* send the response */
407 * chap_verify_response - check whether the peer's response matches
413 const unsigned char *challenge, const unsigned char *response, argument
425 response, message, message_space);
433 * chap_respond - Generate and send a response to a challenge.
590 "Challenge", "Response", "Success", "Failure"