Home
last modified time | relevance | path

Searched refs:MAX_SECRET_LENGTH (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dconfig.c495 memset (secret, '\0', MAX_SECRET_LENGTH); in rc_find_server()
497 if (len > MAX_SECRET_LENGTH) in rc_find_server()
499 len = MAX_SECRET_LENGTH; in rc_find_server()
502 secret[MAX_SECRET_LENGTH] = '\0'; in rc_find_server()
Dradiusclient.h70 #define MAX_SECRET_LENGTH (3 * 16) /* MUST be multiple of 16 */ macro
362 char secret[MAX_SECRET_LENGTH + 1];
Dsendserver.c209 char secret[MAX_SECRET_LENGTH + 1]; in rc_send_server()