Searched refs:getOutputSizeBytes (Results 1 – 3 of 3) sorted by relevance
30 public long getOutputSizeBytes() { in getOutputSizeBytes() method in CountingSecureRandom
318 assertEquals((i + 7) / 8, rng.getOutputSizeBytes()); in testAesKeySupportedSizesHelper()327 assertEquals(0, rng.getOutputSizeBytes()); in testAesKeySupportedSizesHelper()368 assertEquals(0, rng.getOutputSizeBytes()); in testDESKeySupportedSizes()419 assertEquals(0, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()425 assertEquals((i + 7) / 8, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()431 assertEquals(0, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()
1783 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingECSizeOnlyUsesCorrectCurve()1818 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingECNamedCurveSupported()1852 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingRSASizeOnlySupported()1878 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingRSAKeyGenParameterSpecSupported()