Searched refs:chap_response (Results 1 – 4 of 4) sorted by relevance
276 if (response_len != sizeof(chap->chap_response)) { in chap_receive_bin()279 response_len, sizeof(chap->chap_response)); in chap_receive_bin()283 memcpy(chap->chap_response, response, response_len); in chap_receive_bin()316 if (memcmp(chap->chap_response, in chap_authenticate()
89 char chap_response[CHAP_DIGEST_LEN]; member
273 char chap_response[CHAP_DIGEST_LEN]; member