Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DSignatureAlgorithm.java123 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,
136 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,
149 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,
DApkSigningBlockUtilsLite.java240 case VERITY_CHUNKED_SHA256: in compareContentDigestAlgorithm()
248 case VERITY_CHUNKED_SHA256: in compareContentDigestAlgorithm()
255 case VERITY_CHUNKED_SHA256: in compareContentDigestAlgorithm()
259 case VERITY_CHUNKED_SHA256: in compareContentDigestAlgorithm()
DContentDigestAlgorithm.java28 VERITY_CHUNKED_SHA256(3, "SHA-256", 256 / 8), enumConstant
DApkSigningBlockUtils.java22 import static com.android.apksig.internal.apk.ContentDigestAlgorithm.VERITY_CHUNKED_SHA256;
103 {CHUNKED_SHA512, VERITY_CHUNKED_SHA256, CHUNKED_SHA256};
169 if (actualContentDigests.containsKey(VERITY_CHUNKED_SHA256)) { in verifyIntegrity()
281 if (digestAlgorithms.contains(VERITY_CHUNKED_SHA256)) { in computeContentDigests()
610 outputContentDigests.put(VERITY_CHUNKED_SHA256, encoded.array()); in computeApkVerityDigest()
620 VERITY_CHUNKED_SHA256.getChunkDigestOutputSizeBytes(); in createVerityDigestBuffer()
652 return new VerityTreeAndDigest(VERITY_CHUNKED_SHA256, encoded.array(), tree.array()); in computeChunkVerityTreeAndDigest()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeSigner.java406 case VERITY_CHUNKED_SHA256: in digestAlgorithmSortingOrder()
423 && contentDigestAlgorithm == ContentDigestAlgorithm.VERITY_CHUNKED_SHA256)) { in isSupported()
432 case VERITY_CHUNKED_SHA256: in convertToV4HashingInfo()
/tools/apksig/src/test/java/com/android/apksig/
DApkVerifierTest.java1912 secondDigest.put(ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,