Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1000 … double probabilityOfSetBit = countSetBits(verifiedBootKey) / (double)(verifiedBootKey.length * 8); in checkShannonEntropy()
1018 probabilityOfSetBit = countSetBits(verifiedBootKey) / (double)length; in checkTresBiEntropy()
1054 private int countSetBits(byte[] toCount) { in countSetBits() method in KeyAttestationTest
1057 setBitCount += countSetBits(toCount[i]); in countSetBits()
1062 private int countSetBits(byte toCount) { in countSetBits() method in KeyAttestationTest