Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCountingSecureRandom.java25 public class CountingSecureRandom extends SecureRandom { class
DKeyGeneratorTest.java218 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizes()
253 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizes()
DSignatureTest.java574 CountingSecureRandom rng = new CountingSecureRandom(); in DISABLED_testEntropyConsumption()
DCipherTest.java1295 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption()
DKeyPairGeneratorTest.java79 private CountingSecureRandom mRng;
127 mRng = new CountingSecureRandom(); in setUp()