Searched refs:hexVerifiedBootHash (Results 1 – 1 of 1) sorted by relevance
1679 StringBuilder hexVerifiedBootHash = new StringBuilder(verifiedBootHash.length * 2); in checkVerifiedBootHash() local1681 hexVerifiedBootHash.append(String.format("%02x", b)); in checkVerifiedBootHash()1687 bootVbMetaDigest, hexVerifiedBootHash.toString()); in checkVerifiedBootHash()