Searched refs:CountingSecureRandom (Results 1 – 5 of 5) sorted by relevance
25 public class CountingSecureRandom extends SecureRandom { class
218 CountingSecureRandom rng = new CountingSecureRandom(); in testAesKeySupportedSizes()253 CountingSecureRandom rng = new CountingSecureRandom(); in testHmacKeySupportedSizes()
573 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption()
1309 CountingSecureRandom rng = new CountingSecureRandom(); in testEntropyConsumption()
80 private CountingSecureRandom mRng;128 mRng = new CountingSecureRandom(); in setUp()