Searched refs:getVerifiedBootHash (Results 1 – 2 of 2) sorted by relevance
297 if (rootOfTrust.getVerifiedBootHash() == null) { in checkRootOfTrust()301 if (rootOfTrust.getVerifiedBootHash().length != 32) { in checkRootOfTrust()304 if (isAllZeroes(rootOfTrust.getVerifiedBootHash())) { in checkRootOfTrust()
89 public byte[] getVerifiedBootHash() { return verifiedBootHash; } in getVerifiedBootHash() method in RootOfTrust