Home | History | Annotate | Download | only in crypto

Lines Matching refs:total

598      * no padding has been requested (only in encryption mode), and the total
653 * no padding has been requested (only in encryption mode), and the total
711 * no padding has been requested (only in encryption mode), and the total
786 int total = 0;
798 total += n;
802 output.position(outPos + total);
803 return total;
816 int total = 0;
837 total += n;
855 return total;