Searched refs:outputLength (Results 1 – 1 of 1) sorted by relevance
1433 private void assertUpdateOutputSize(int inputLength, int outputLength) { in assertUpdateOutputSize() argument1436 0, outputLength); in assertUpdateOutputSize()1441 if (outputLength != inputLength) { in assertUpdateOutputSize()1442 fail("Output of update (" + outputLength + ") not same size as input (" in assertUpdateOutputSize()1446 if ((outputLength % getBlockSize()) != 0) { in assertUpdateOutputSize()1447 fail("Output of update (" + outputLength + ") not a multiple of block size (" in assertUpdateOutputSize()