Home
last modified time | relevance | path

Searched refs:chap_response (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/iscsid/
Dchap.c276 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()
Discsid.h89 char chap_response[CHAP_DIGEST_LEN]; member
/freebsd-10-stable/usr.sbin/ctld/
Dchap.c276 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()
Dctld.h273 char chap_response[CHAP_DIGEST_LEN]; member