Home | History | Annotate | Download | only in dropbear

Lines Matching refs:cpl

199 /* cpl has to be less than 100 */
201 int datalen, int cpl)
207 rawcpl = cpl * 3 / 4;
208 dropbear_assert((unsigned int)cpl < sizeof(out));