Home
last modified time | relevance | path

Searched refs:MAXSECRETLEN (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp_opts.h539 #ifndef MAXSECRETLEN
540 #define MAXSECRETLEN 256 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp_opts.h539 #ifndef MAXSECRETLEN
540 #define MAXSECRETLEN 256 macro
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dauth.c373 &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 Dchap-new.c416 unsigned char secret[MAXSECRETLEN];
442 char secret[MAXSECRETLEN+1];
A Deap.c427 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()

Completed in 12 milliseconds