Searched refs:rootOfTrust (Results 1 – 2 of 2) sorted by relevance
189 private RootOfTrust rootOfTrust; field in AuthorizationList290 rootOfTrust = new RootOfTrust(value); in AuthorizationList()547 return rootOfTrust; in getRootOfTrust()690 if (rootOfTrust != null) { in toString()692 s.append(rootOfTrust); in toString()
776 RootOfTrust rootOfTrust = attestation.getTeeEnforced().getRootOfTrust(); in checkRootOfTrust() local777 assertNotNull(rootOfTrust); in checkRootOfTrust()778 assertNotNull(rootOfTrust.getVerifiedBootKey()); in checkRootOfTrust()779 assertTrue(rootOfTrust.getVerifiedBootKey().length >= 32); in checkRootOfTrust()782 assertTrue(rootOfTrust.isDeviceLocked()); in checkRootOfTrust()783 assertEquals(KM_VERIFIED_BOOT_VERIFIED, rootOfTrust.getVerifiedBootState()); in checkRootOfTrust()