Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/security/
DVerityUtilsTest.java74 private static final byte[] FORMATTED_SAMPLE_DIGEST = toFormattedDigest(SAMPLE_DIGEST);
124 mContentSigner, mCertificateHolder, toFormattedDigest(anotherDigest)); in testOnlyAcceptGoodSignature()
253 private static byte[] toFormattedDigest(byte[] digest) { in toFormattedDigest() method in VerityUtilsTest
254 return VerityUtils.toFormattedDigest(digest); in toFormattedDigest()
/frameworks/base/core/java/com/android/internal/security/
DVerityUtils.java140 new CMSProcessableByteArray(toFormattedDigest(digest)), in verifyPkcs7DetachedSignature()
244 public static byte[] toFormattedDigest(byte[] digest) { in toFormattedDigest() method in VerityUtils