Searched refs:getOutputSizeBytes (Results 1 – 3 of 3) sorted by relevance
30 public long getOutputSizeBytes() { in getOutputSizeBytes() method in CountingSecureRandom
286 assertEquals((i + 7) / 8, rng.getOutputSizeBytes()); in testAesKeySupportedSizesHelper()295 assertEquals(0, rng.getOutputSizeBytes()); in testAesKeySupportedSizesHelper()335 assertEquals(0, rng.getOutputSizeBytes()); in testDESKeySupportedSizes()385 assertEquals(0, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()391 assertEquals((i + 7) / 8, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()397 assertEquals(0, rng.getOutputSizeBytes()); in testHmacKeySupportedSizesHelper()
1535 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingECSizeOnlyUsesCorrectCurve()1570 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingECNamedCurveSupported()1604 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingRSASizeOnlySupported()1630 long consumedEntropyAmountBytes = mRng.getOutputSizeBytes(); in assertKeyGenUsingRSAKeyGenParameterSpecSupported()