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

/freebsd-10-stable/usr.sbin/iscsid/
H A Dlogin.c551 const char *chap_a, *chap_c, *chap_i; local
572 chap_a = keys_find(response_keys, "CHAP_A");
573 if (chap_a == NULL)
582 if (strcmp(chap_a, "5") != 0) {
584 "with unsupported CHAP_A \"%s\"", chap_a);
/freebsd-10-stable/usr.sbin/ctld/
H A Dlogin.c234 const char *chap_a; local
240 chap_a = keys_find(request_keys, "CHAP_A");
241 if (chap_a == NULL) {
245 if (login_list_contains(chap_a, "5") == 0) {
248 "\"%s\"", chap_a);

Completed in 57 milliseconds