Searched refs:leftOver (Results 1 – 3 of 3) sorted by relevance
97 int leftOver = total % buf.length; in getOutputSize() local99 if (leftOver == 0) in getOutputSize()109 return total - leftOver + buf.length; in getOutputSize()124 int leftOver = total % buf.length; in getUpdateOutputSize() local126 if (leftOver == 0) in getUpdateOutputSize()131 return total - leftOver; in getUpdateOutputSize()
114 int leftOver; in getUpdateOutputSize() local120 leftOver = total % buf.length - (cipher.getBlockSize() + 2); in getUpdateOutputSize()124 leftOver = total % buf.length; in getUpdateOutputSize()129 leftOver = total % buf.length; in getUpdateOutputSize()132 return total - leftOver; in getUpdateOutputSize()
51 int leftOver = total % buf.length; in getUpdateOutputSize() local53 if (leftOver == 0) in getUpdateOutputSize()58 return total - leftOver; in getUpdateOutputSize()