Home
last modified time | relevance | path

Searched refs:scan_authfile (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/bsd/ppp/dist/pppd/
H A Dauth.c300 static int scan_authfile(FILE *, char *, char *, char *,
1500 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename, 0) < 0) { in check_passwd()
1597 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0); in null_login()
1642 ret = scan_authfile(f, user, in get_pap_passwd()
1679 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name, in have_pap_secret()
1726 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0); in have_chap_secret()
1764 ret = scan_authfile(f, client, server, NULL, &addrs, NULL, filename, 0); in have_srp_secret()
1813 ret = scan_authfile(f, client, server, secbuf, &addrs, &opts, filename, 0); in get_secret()
1867 ret = scan_authfile(fp, client, server, secret, &addrs, &opts, in get_srp_secret()
2165 scan_authfile(FILE *f, char *client, char *server, in scan_authfile() function