Searched refs:entropyData (Results 1 – 1 of 1) sorted by relevance
1714 private void checkEntropy(byte[] entropyData) { in checkEntropy() argument1715 byte[] entropyDataCopy = Arrays.copyOf(entropyData, entropyData.length); in checkEntropy()