Searched refs:rootOfTrust (Results 1 – 2 of 2) sorted by relevance
275 RootOfTrust rootOfTrust = attestation.getTeeEnforced().getRootOfTrust(); in checkRootOfTrust() local276 if (rootOfTrust == null) { in checkRootOfTrust()280 if (rootOfTrust.getVerifiedBootKey() == null) { in checkRootOfTrust()284 if (rootOfTrust.getVerifiedBootKey().length < 32) { in checkRootOfTrust()287 if (isAllZeroes(rootOfTrust.getVerifiedBootKey())) { in checkRootOfTrust()290 if (!rootOfTrust.isDeviceLocked()) { in checkRootOfTrust()293 if (KM_VERIFIED_BOOT_VERIFIED != rootOfTrust.getVerifiedBootState()) { in checkRootOfTrust()295 KM_VERIFIED_BOOT_VERIFIED, rootOfTrust.getVerifiedBootState()); in checkRootOfTrust()297 if (rootOfTrust.getVerifiedBootHash() == null) { in checkRootOfTrust()301 if (rootOfTrust.getVerifiedBootHash().length != 32) { in checkRootOfTrust()[all …]
177 private RootOfTrust rootOfTrust; field in AuthorizationList269 rootOfTrust = new RootOfTrust(value); in AuthorizationList()272 rootOfTrust = null; in AuthorizationList()496 return rootOfTrust; in getRootOfTrust()583 if (rootOfTrust != null) { in toString()585 s.append(rootOfTrust); in toString()