Home
last modified time | relevance | path

Searched refs:outputLength (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1433 private void assertUpdateOutputSize(int inputLength, int outputLength) { in assertUpdateOutputSize() argument
1436 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()