Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java30 public long getOutputSizeBytes() { in getOutputSizeBytes() method in CountingSecureRandom
DKeyGeneratorTest.java318 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()
DKeyPairGeneratorTest.java1783 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()