Searched refs:PASSSIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h75 #define PASSSIZE 128 /* Maximum significant password chars */ macro
102 char pass[PASSSIZE]; /* Cleartext password */
H A Dradlib.c281 if (len > PASSSIZE)
282 len = PASSSIZE;

Completed in 127 milliseconds