Searched refs:chap_c (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/ctld/
H A Dchap.c265 char *chap_c; local
267 chap_c = chap_bin2hex(chap->chap_challenge,
270 return (chap_c);
H A Dlogin.c261 char *chap_c, *chap_i; local
263 chap_c = chap_get_challenge(chap);
270 keys_add(response_keys, "CHAP_C", chap_c);
272 free(chap_c);
344 const char *chap_i, *chap_c; local
357 chap_c = keys_find(request_keys, "CHAP_C");
358 if (chap_i != NULL || chap_c != NULL) {
364 if (chap_c == NULL) {
380 error = rchap_receive(rchap, chap_i, chap_c);
/freebsd-13-stable/usr.sbin/iscsid/
H A Dchap.c265 char *chap_c; local
267 chap_c = chap_bin2hex(chap->chap_challenge,
270 return (chap_c);
H A Dlogin.c621 const char *chap_a, *chap_c, *chap_i; local
645 chap_c = keys_find(response_keys, "CHAP_C");
646 if (chap_c == NULL)
658 error = rchap_receive(rchap, chap_i, chap_c);

Completed in 112 milliseconds