Searched refs:have_chap_secret (Results 1 – 1 of 1) sorted by relevance
212 static int have_chap_secret (char *, char *, u32_t);813 can_auth = have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote);844 if (!have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote)) { in auth_reset()1057 have_chap_secret(char *client, char *server, u32_t remote) in have_chap_secret() function