Searched refs:chap_a (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/iscsid/
H A Dlogin.c620 const char *chap_a, *chap_c, *chap_i; local
641 chap_a = keys_find(response_keys, "CHAP_A");
642 if (chap_a == NULL)
651 if (strcmp(chap_a, "5") != 0) {
653 "with unsupported CHAP_A \"%s\"", chap_a);
/freebsd-current/usr.sbin/ctld/
H A Dlogin.c233 const char *chap_a; local
239 chap_a = keys_find(request_keys, "CHAP_A");
240 if (chap_a == NULL) {
244 if (login_list_contains(chap_a, "5") == 0) {
247 "\"%s\"", chap_a);

Completed in 64 milliseconds