Searched refs:isAllZeroes (Results 1 – 1 of 1) sorted by relevance
287 if (isAllZeroes(rootOfTrust.getVerifiedBootKey())) { in checkRootOfTrust()304 if (isAllZeroes(rootOfTrust.getVerifiedBootHash())) { in checkRootOfTrust()309 private boolean isAllZeroes(byte[] checkArray) { in isAllZeroes() method in AttestationTest