Home
last modified time | relevance | path

Searched refs:VERITY_CHUNKED_SHA256 (Results 1 – 5 of 5) 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()
DApkSigningBlockUtils.java22 import static com.android.apksig.internal.apk.ContentDigestAlgorithm.VERITY_CHUNKED_SHA256;
101 {CHUNKED_SHA512, VERITY_CHUNKED_SHA256, CHUNKED_SHA256};
167 if (actualContentDigests.containsKey(VERITY_CHUNKED_SHA256)) { in verifyIntegrity()
279 if (digestAlgorithms.contains(VERITY_CHUNKED_SHA256)) { in computeContentDigests()
608 outputContentDigests.put(VERITY_CHUNKED_SHA256, encoded.array()); in computeApkVerityDigest()
618 VERITY_CHUNKED_SHA256.getChunkDigestOutputSizeBytes(); in createVerityDigestBuffer()
650 return new VerityTreeAndDigest(VERITY_CHUNKED_SHA256, encoded.array(), tree.array()); in computeChunkVerityTreeAndDigest()
DContentDigestAlgorithm.java28 VERITY_CHUNKED_SHA256(3, "SHA-256", 256 / 8), enumConstant
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v4/
DV4SchemeSigner.java359 case VERITY_CHUNKED_SHA256: in digestAlgorithmSortingOrder()
376 && contentDigestAlgorithm == ContentDigestAlgorithm.VERITY_CHUNKED_SHA256)) { in isSupported()
385 case VERITY_CHUNKED_SHA256: in convertToV4HashingInfo()