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

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c158 int Slen, i, Clen, Ppos; local
179 Clen = mlen - SALT_LEN;
182 P = alloca(Clen); /* We derive our plaintext */
191 while (Clen) {
192 Clen -= 16;
197 if (Clen) {
/freebsd-11-stable/lib/libradius/
H A Dradlib.c1503 int Slen, i, Clen, Ppos; local
1520 Clen = mlen - SALT_LEN;
1523 P = alloca(Clen); /* We derive our plaintext */
1532 while (Clen) {
1533 Clen -= 16;
1538 if (Clen) {

Completed in 139 milliseconds