Searched defs:EntropyMixer (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DEntropyMixer.java49 * RNG is mixed into the Linux RNG on EntropyMixer's startup and whenever
50 * EntropyMixer periodically runs to save a block of output from Linux RNG on
59 public class EntropyMixer extends Binder { class in inherits:Binder
60 private static final String TAG = "EntropyMixer";
93 public EntropyMixer(Context context) { method in class:EntropyMixer
98 public EntropyMixer( method in class:EntropyMixer

Completed in 293 milliseconds