Home | History | Annotate | Download | only in pppd

Lines Matching refs:dsize

1257 	int dsize, fd, olen = len;
1265 if ((dsize = len % SHA_DIGESTSIZE) == 0)
1266 dsize = SHA_DIGESTSIZE;
1267 len -= dsize;