Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyGeneratorTest.java166 SecureRandom rng = new SecureRandom(); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
200 SecureRandom rng = new SecureRandom(); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
205 keyGenerator.init((AlgorithmParameterSpec) null, rng); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
292 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizesHelper() local
340 CountingSecureRandom rng = new CountingSecureRandom(); in testDESKeySupportedSizes() local
383 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizesHelper() local