Searched refs:MAXSECRETLEN (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_opts.h | 558 #ifndef MAXSECRETLEN 559 #define MAXSECRETLEN 256 macro
|
/third_party/lwip/src/netif/ppp/ |
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()
|
D | chap-new.c | 416 unsigned char secret[MAXSECRETLEN]; 442 char secret[MAXSECRETLEN+1];
|
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()
|