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

/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dradlib.c1201 int Slen, i, Clen, Ppos; local
1218 Clen = mlen - SALT_LEN;
1221 P = calloc(Clen, 1); /* We derive our plaintext */
1234 while (Clen) {
1235 Clen -= 16;
1240 if (Clen) {

Completed in 59 milliseconds