Home
last modified time | relevance | path

Searched refs:weightedEntropy (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1014 double weightedEntropy = 0; in checkTresBiEntropy() local
1020 weightedEntropy += calculateShannonEntropy(probabilityOfSetBit) * logTwo(i+2); in checkTresBiEntropy()
1024 double tresBiEntropy = (1 / weightingFactor) * weightedEntropy; in checkTresBiEntropy()