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

/freebsd-10-stable/lib/libradius/
H A Dradlib_private.h56 #define PASSSIZE 128 /* Maximum significant password chars */ macro
87 char pass[PASSSIZE]; /* Cleartext password */
H A Dradlib.c342 if (len > PASSSIZE)
343 len = PASSSIZE;

Completed in 92 milliseconds