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.java143 SecureRandom rng = new SecureRandom(); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
175 SecureRandom rng = new SecureRandom(); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
180 keyGenerator.init((AlgorithmParameterSpec) null, rng); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
263 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizesHelper() local
310 CountingSecureRandom rng = new CountingSecureRandom(); in testDESKeySupportedSizes() local
352 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizesHelper() local