Searched refs:getVerifiedBootKey (Results 1 – 2 of 2) sorted by relevance
280 if (rootOfTrust.getVerifiedBootKey() == null) { in checkRootOfTrust()284 if (rootOfTrust.getVerifiedBootKey().length < 32) { in checkRootOfTrust()287 if (isAllZeroes(rootOfTrust.getVerifiedBootKey())) { in checkRootOfTrust()
77 public byte[] getVerifiedBootKey() { in getVerifiedBootKey() method in RootOfTrust