Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dchap-new.h105 void (*make_response)(unsigned char *response, int id, char *our_name,
124 extern void chap_auth_peer(int unit, char *our_name, int digest_code);
127 extern void chap_auth_with_peer(int unit, char *our_name, int digest_code);
Dauth.c356 { "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,
[all …]
Dchap-new.c198 chap_auth_peer(int unit, char *our_name, int digest_code) in chap_auth_peer() argument
215 ss->name = our_name; in chap_auth_peer()
228 chap_auth_with_peer(int unit, char *our_name, int digest_code) in chap_auth_with_peer() argument
245 cs->name = our_name; in chap_auth_with_peer()
Dchap-md5.c88 chap_md5_make_response(unsigned char *response, int id, char *our_name, in chap_md5_make_response() argument
Dchap_ms.c318 chapms_make_response(unsigned char *response, int id, char *our_name, in chapms_make_response() argument
384 chapms2_make_response(unsigned char *response, int id, char *our_name, in chapms2_make_response() argument
404 our_name, secret, secret_len, response, auth_response, in chapms2_make_response()
Dpppd.h302 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
Doptions.c104 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
/external/syslinux/core/lwip/src/netif/ppp/
Dauth.c251 { "name", o_string, our_name,
480 ChapAuthPeer(unit, ppp_settings.our_name, go->chap_mdtype); in link_established()
792 if (ppp_settings.our_name[0] == 0 || ppp_settings.usehostname) {
793 strcpy(ppp_settings.our_name, ppp_settings.hostname);
797 strcpy(ppp_settings.user, ppp_settings.our_name);
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()
Dchap.c177 ChapAuthWithPeer(int unit, char *our_name, u_char digest) in ChapAuthWithPeer() argument
181 cstate->resp_name = our_name; in ChapAuthWithPeer()
204 ChapAuthPeer(int unit, char *our_name, u_char digest) in ChapAuthPeer() argument
208 cstate->chal_name = our_name; in ChapAuthPeer()
Dppp.h334 char our_name [MAXNAMELEN + 1]; /* Our name for authentication purposes */ member