Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dchap-new.h145 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name,
186 extern void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
190 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dchap-new.h141 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name,
182 extern void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
186 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap-md5.c95 …ic void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chap_md5_make_response() argument
101 LWIP_UNUSED_ARG(our_name); in chap_md5_make_response()
A Dauth.c357 { "name", o_string, our_name,
1377 if (our_name[0] == 0 || usehostname) in auth_check_options()
1378 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
1382 strlcpy(ppp_settings.user, our_name, sizeof(ppp_settings.user)); in auth_check_options()
1458 our_name, 1, &lacks_ip); in auth_check_options()
1469 our_name, 1, &lacks_ip); in auth_check_options()
1535 our_name, 1, NULL)))
1540 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1542 !have_srp_secret((explicit_remote? remote_name: NULL), our_name, 1,
1712 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
[all …]
A Dchap-new.c164 void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_peer() argument
180 pcb->chap_server.name = our_name; in chap_auth_peer()
193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_with_peer() argument
197 if(NULL == our_name) in chap_auth_with_peer()
213 pcb->chap_client.name = our_name; in chap_auth_with_peer()
A Dchap_ms.c374 …atic void chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms_make_response() argument
378 LWIP_UNUSED_ARG(our_name); in chapms_make_response()
385 …tic void chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms2_make_response() argument
397 our_name, secret, secret_len, response, private_, in chapms2_make_response()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap-md5.c95 …ic void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chap_md5_make_response() argument
101 LWIP_UNUSED_ARG(our_name); in chap_md5_make_response()
A Dauth.c357 { "name", o_string, our_name,
1377 if (our_name[0] == 0 || usehostname) in auth_check_options()
1378 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
1382 strlcpy(ppp_settings.user, our_name, sizeof(ppp_settings.user)); in auth_check_options()
1458 our_name, 1, &lacks_ip); in auth_check_options()
1469 our_name, 1, &lacks_ip); in auth_check_options()
1535 our_name, 1, NULL)))
1540 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1542 !have_srp_secret((explicit_remote? remote_name: NULL), our_name, 1,
1712 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
[all …]
A Dchap-new.c164 void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_peer() argument
180 pcb->chap_server.name = our_name; in chap_auth_peer()
193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_with_peer() argument
197 if(NULL == our_name) in chap_auth_with_peer()
213 pcb->chap_client.name = our_name; in chap_auth_with_peer()
A Dchap_ms.c374 …atic void chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms_make_response() argument
378 LWIP_UNUSED_ARG(our_name); in chapms_make_response()
385 …tic void chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, in chapms2_make_response() argument
397 our_name, secret, secret_len, response, private_, in chapms2_make_response()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A 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()
A 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()
A Dppp_impl.h298 char our_name [MAXNAMELEN + 1]; /* Our name for authentication purposes */ member

Completed in 28 milliseconds