Searched refs:countSetBits (Results 1 – 1 of 1) sorted by relevance
1000 … 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 KeyAttestationTest1057 setBitCount += countSetBits(toCount[i]); in countSetBits()1062 private int countSetBits(byte toCount) { in countSetBits() method in KeyAttestationTest