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/
DKeyGeneratorTest.java286 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()
DCountingSecureRandom.java30 public long getOutputSizeBytes() { in getOutputSizeBytes() method in CountingSecureRandom
DKeyPairGeneratorTest.java1535 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()