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

/frameworks/base/services/java/com/android/server/
H A DEntropyMixer.java60 private final String entropyFile; field in class:EntropyMixer
89 public EntropyMixer(Context context, String entropyFile, String randomDevice) { argument
91 if (entropyFile == null) { throw new NullPointerException("entropyFile"); }
94 this.entropyFile = entropyFile;
112 RandomBlock.fromFile(entropyFile).toFile(randomDevice, false);
123 RandomBlock.fromFile(randomDevice).toFile(entropyFile, true);

Completed in 42 milliseconds