Searched refs:reseed (Results 1 – 7 of 7) sorted by relevance
70 DrbgParameters.Reseed reseed = in testReseed_withValidValues() local71 DrbgParameters.reseed(true, additionalInput); in testReseed_withValidValues()72 assertTrue(reseed.getPredictionResistance()); in testReseed_withValidValues()73 assertArrayEquals(additionalInput, reseed.getAdditionalInput()); in testReseed_withValidValues()78 DrbgParameters.Reseed reseed = DrbgParameters.reseed(true, null); in testReseed_withNullAdditionalInput() local79 assertEquals(null, reseed.getAdditionalInput()); in testReseed_withNullAdditionalInput()
122 Assert.assertThrows(UnsupportedOperationException.class, () -> secureRandom.reseed()); in testReseed()126 -> secureRandom.reseed(MY_PARAMS)); in testReseed()
80 public void reseed() { throw new RuntimeException("Stub!"); } in reseed() method in SecureRandom83 public void reseed(java.security.SecureRandomParameters params) { throw new RuntimeException("Stub!… in reseed() method in SecureRandom
39 public static java.security.DrbgParameters.Reseed reseed(boolean predictionResistance, byte[] addit… in reseed() method in DrbgParameters
551 public static Reseed reseed( in reseed() method in DrbgParameters
1047 public void reseed() { in reseed() method in SecureRandom1073 public void reseed(SecureRandomParameters params) { in reseed() method in SecureRandom
7996 method public static java.security.DrbgParameters.Reseed reseed(boolean, byte[]);8502 method @FlaggedApi("com.android.libcore.v_apis") public void reseed();8503 …method @FlaggedApi("com.android.libcore.v_apis") public void reseed(java.security.SecureRandomPara…