Searched refs:our_name (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/ |
D | chap-new.h | 105 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);
|
D | auth.c | 357 { "name", o_string, our_name, 747 eap_authpeer(unit, our_name); 750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype)); 1197 if (our_name[0] == 0 || usehostname) in auth_check_options() 1198 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options() 1200 strlcpy(user, our_name, sizeof(user)); in auth_check_options() 1240 our_name, 1, &lacks_ip); in auth_check_options() 1244 our_name, 1, &lacks_ip); in auth_check_options() 1308 our_name, 1, NULL))) 1313 !have_chap_secret((explicit_remote? remote_name: NULL), our_name, [all …]
|
D | chap-new.c | 199 chap_auth_peer(int unit, char *our_name, int digest_code) in chap_auth_peer() argument 216 ss->name = our_name; in chap_auth_peer() 229 chap_auth_with_peer(int unit, char *our_name, int digest_code) in chap_auth_with_peer() argument 246 cs->name = our_name; in chap_auth_with_peer()
|
D | chap-md5.c | 88 chap_md5_make_response(unsigned char *response, int id, char *our_name, in chap_md5_make_response() argument
|
D | chap_ms.c | 322 chapms_make_response(unsigned char *response, int id, char *our_name, in chapms_make_response() argument 332 chapms2_make_response(unsigned char *response, int id, char *our_name, in chapms2_make_response() argument 344 our_name, secret, secret_len, in chapms2_make_response()
|
D | pppd.h | 296 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
|
D | options.c | 99 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
|