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

/freebsd-13-stable/usr.sbin/iscsid/
H A Dlogin.c621 const char *chap_a, *chap_c, *chap_i; local
642 chap_a = keys_find(response_keys, "CHAP_A");
643 if (chap_a == NULL)
652 if (strcmp(chap_a, "5") != 0) {
654 "with unsupported CHAP_A \"%s\"", chap_a);
/freebsd-13-stable/usr.sbin/ctld/
H A Dlogin.c235 const char *chap_a; local
241 chap_a = keys_find(request_keys, "CHAP_A");
242 if (chap_a == NULL) {
246 if (login_list_contains(chap_a, "5") == 0) {
249 "\"%s\"", chap_a);

Completed in 197 milliseconds