Searched refs:verifiedBootHash (Results 1 – 3 of 3) sorted by relevance
70 byte[] verifiedBootHash) { in RootOfTrust() argument74 this.mVerifiedBootHash = verifiedBootHash; in RootOfTrust()144 public Builder setVerifiedBootHash(byte[] verifiedBootHash) { in setVerifiedBootHash() argument145 this.mVerifiedBootHash = verifiedBootHash; in setVerifiedBootHash()
212 Base64.getEncoder().encodeToString(rootOfTrust.get().verifiedBootHash)); in collectRootOfTrust()
1677 private void checkVerifiedBootHash(byte[] verifiedBootHash) { in checkVerifiedBootHash() argument1678 assertNotNull(verifiedBootHash); in checkVerifiedBootHash()1679 StringBuilder hexVerifiedBootHash = new StringBuilder(verifiedBootHash.length * 2); in checkVerifiedBootHash()1680 for (byte b : verifiedBootHash) { in checkVerifiedBootHash()