Home | History | Annotate | Download | only in ssl

Lines Matching refs:toCheck

11748     unsigned int paddingLength, good, t, toCheck, i;
11772 toCheck = 255; /* maximum amount of padding. */
11773 if (toCheck > plaintext->len-1) {
11774 toCheck = plaintext->len-1;
11777 for (i = 0; i < toCheck; i++) {