Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java1679 StringBuilder hexVerifiedBootHash = new StringBuilder(verifiedBootHash.length * 2); in checkVerifiedBootHash() local
1681 hexVerifiedBootHash.append(String.format("%02x", b)); in checkVerifiedBootHash()
1687 bootVbMetaDigest, hexVerifiedBootHash.toString()); in checkVerifiedBootHash()