Lines Matching refs:our_name
356 { "name", o_string, our_name,
770 eap_authpeer(unit, our_name);
773 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
1228 if (our_name[0] == 0 || usehostname) in auth_check_options()
1229 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
1233 strlcpy(user, our_name, sizeof(user)); in auth_check_options()
1273 our_name, 1, &lacks_ip); in auth_check_options()
1277 our_name, 1, &lacks_ip); in auth_check_options()
1341 our_name, 1, NULL)))
1346 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1348 !have_srp_secret((explicit_remote? remote_name: NULL), our_name, 1,
1425 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename, 0) < 0) {
1524 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
1608 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,