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.java125 SecureRandom rng = new SecureRandom(); in testInitWithKeySizeAndSecureRandomThrowsUnsupportedOperationException() local
157 SecureRandom rng = new SecureRandom(); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
162 keyGenerator.init((AlgorithmParameterSpec) null, rng); in testInitWithNullAlgParamsAndSecureRandomThrowsInvalidAlgorithmParameterException() local
218 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizes() local
253 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizes() local
DSignatureTest.java573 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption() local
DCipherTest.java1309 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption() local