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

/freebsd-10.2-release/usr.sbin/ctld/
H A Dchap.c277 char *chap_c; local
279 chap_c = chap_bin2hex(chap->chap_challenge,
282 return (chap_c);
H A Dlogin.c260 char *chap_c, *chap_i; local
262 chap_c = chap_get_challenge(chap);
269 keys_add(response_keys, "CHAP_C", chap_c);
271 free(chap_c);
344 const char *chap_i, *chap_c; local
359 chap_c = keys_find(request_keys, "CHAP_C");
360 if (chap_i != NULL || chap_c != NULL) {
366 if (chap_c == NULL) {
382 error = rchap_receive(rchap, chap_i, chap_c);
/freebsd-10.2-release/usr.sbin/iscsid/
H A Dchap.c277 char *chap_c; local
279 chap_c = chap_bin2hex(chap->chap_challenge,
282 return (chap_c);
H A Dlogin.c551 const char *chap_a, *chap_c, *chap_i; local
575 chap_c = keys_find(response_keys, "CHAP_C");
576 if (chap_c == NULL)
588 error = rchap_receive(rchap, chap_i, chap_c);

Completed in 73 milliseconds