Searched refs:MAXSECRETLEN (Results 1 – 12 of 12) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_opts.h | 539 #ifndef MAXSECRETLEN 540 #define MAXSECRETLEN 256 macro
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | auth.c | 273 NULL, MAXSECRETLEN }, 306 || fgets(passwd, MAXSECRETLEN - 1, ufile) == NULL){ 635 BZERO(ppp_settings.passwd, MAXSECRETLEN); in auth_withpeer_fail() 662 BZERO(ppp_settings.passwd, MAXSECRETLEN); in auth_withpeer_success() 1091 if (len > MAXSECRETLEN) { in get_secret() 1093 len = MAXSECRETLEN; in get_secret() 1118 if (len > MAXSECRETLEN) { in get_secret() 1120 len = MAXSECRETLEN; in get_secret()
|
| A D | ppp_impl.h | 297 char passwd [MAXSECRETLEN + 1]; /* Password for PAP, secret for CHAP */
|
| A D | chap.c | 428 char secret[MAXSECRETLEN]; in ChapReceiveChallenge() 528 char secret[MAXSECRETLEN]; in ChapReceiveResponse()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_opts.h | 551 #ifndef MAXSECRETLEN 552 #define MAXSECRETLEN 256 macro
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | auth.c | 373 &explicit_passwd, MAXSECRETLEN }, 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 448 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) { 1764 strlcpy(passwd, secret, MAXSECRETLEN); 1914 if (len > MAXSECRETLEN) { in get_secret() 1916 len = MAXSECRETLEN; in get_secret() 1966 if (len > MAXSECRETLEN) { in get_secret() 1968 len = MAXSECRETLEN; in get_secret()
|
| A D | chap-new.c | 416 unsigned char secret[MAXSECRETLEN]; 442 char secret[MAXSECRETLEN+1];
|
| A D | eap.c | 427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() 1315 char secret[MAXSECRETLEN]; in eap_request() 1729 char secret[MAXSECRETLEN]; in eap_response()
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | auth.c | 373 &explicit_passwd, MAXSECRETLEN }, 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 448 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) { 1764 strlcpy(passwd, secret, MAXSECRETLEN); 1914 if (len > MAXSECRETLEN) { in get_secret() 1916 len = MAXSECRETLEN; in get_secret() 1966 if (len > MAXSECRETLEN) { in get_secret() 1968 len = MAXSECRETLEN; in get_secret()
|
| A D | chap-new.c | 416 unsigned char secret[MAXSECRETLEN]; 442 char secret[MAXSECRETLEN+1];
|
| A D | eap.c | 427 unsigned char secbuf[MAXSECRETLEN], clear[8], *sp, *dp; in eap_figure_next_state() 1315 char secret[MAXSECRETLEN]; in eap_request() 1729 char secret[MAXSECRETLEN]; in eap_response()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | opt.h | 1776 #ifndef MAXSECRETLEN 1777 #define MAXSECRETLEN 256 /* max length of password or secret */ macro
|
Completed in 30 milliseconds