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.java163 SecureRandom rng = new SecureRandom(); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
197 SecureRandom rng = new SecureRandom(); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
202 keyGenerator.init((AlgorithmParameterSpec) null, rng); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
289 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizesHelper() local
337 CountingSecureRandom rng = new CountingSecureRandom(); in testDESKeySupportedSizes() local
380 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizesHelper() local