Home
last modified time | relevance | path

Searched refs:getVerifiedBootHash (Results 1 – 2 of 2) sorted by relevance

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationTest.java297 if (rootOfTrust.getVerifiedBootHash() == null) { in checkRootOfTrust()
301 if (rootOfTrust.getVerifiedBootHash().length != 32) { in checkRootOfTrust()
304 if (isAllZeroes(rootOfTrust.getVerifiedBootHash())) { in checkRootOfTrust()
DRootOfTrust.java89 public byte[] getVerifiedBootHash() { return verifiedBootHash; } in getVerifiedBootHash() method in RootOfTrust