Home
last modified time | relevance | path

Searched defs:rng (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java142 SecureRandom rng = new SecureRandom(); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
174 SecureRandom rng = new SecureRandom(); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
179 keyGenerator.init((AlgorithmParameterSpec) null, rng); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
262 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizesHelper() local
305 CountingSecureRandom rng = new CountingSecureRandom(); in testDESKeySupportedSizes() local
347 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizesHelper() local
DSignatureTest.java573 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption() local
DCipherTest.java1573 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption() local