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