Searched refs:VERITY_CHUNKED_SHA256 (Results 1 – 6 of 6) sorted by relevance
/tools/apksig/src/main/java/com/android/apksig/internal/apk/ |
D | SignatureAlgorithm.java | 123 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256, 136 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256, 149 ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,
|
D | ApkSigningBlockUtilsLite.java | 240 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()
|
D | ContentDigestAlgorithm.java | 28 VERITY_CHUNKED_SHA256(3, "SHA-256", 256 / 8), enumConstant
|
D | ApkSigningBlockUtils.java | 22 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/ |
D | V4SchemeSigner.java | 406 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/ |
D | ApkVerifierTest.java | 1912 secondDigest.put(ContentDigestAlgorithm.VERITY_CHUNKED_SHA256,
|