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 | 356 { "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 …]
|
D | chap-new.c | 198 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()
|
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 | 318 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()
|
D | pppd.h | 302 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
|
D | options.c | 104 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
|