Home
last modified time | relevance | path

Searched defs:computeSha256DigestBytes (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/V3SigningSchemeRotation/src/android/appsecurity/cts/v3rotationtests/
DV3RotationTest.java381 private static byte[] computeSha256DigestBytes(byte[] data) throws NoSuchAlgorithmException { in computeSha256DigestBytes() method in V3RotationTest
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DInstallConstraintsTest.kt480 private fun computeSha256DigestBytes(data: ByteArray) = in <lambda>() method in android.packageinstaller.install.cts.InstallConstraintsTest