Searched refs:getVerifiedBootKey (Results 1 – 2 of 2) sorted by relevance
69 public byte[] getVerifiedBootKey() { in getVerifiedBootKey() method in RootOfTrust
984 assertNotNull(rootOfTrust.getVerifiedBootKey()); in checkRootOfTrust()985 assertTrue("Verified boot key is only " + rootOfTrust.getVerifiedBootKey().length + in checkRootOfTrust()986 " bytes long", rootOfTrust.getVerifiedBootKey().length >= 32); in checkRootOfTrust()989 checkEntropy(rootOfTrust.getVerifiedBootKey()); in checkRootOfTrust()