Searched refs:entropyFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DEntropyMixer.java58 private final String entropyFile; field in class:EntropyMixer
80 public EntropyMixer(String entropyFile, String randomDevice) { argument
82 if (entropyFile == null) { throw new NullPointerException("entropyFile"); }
85 this.entropyFile = entropyFile;
99 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
107 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);

Completed in 136 milliseconds