Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java245 int digestOutputSizeBytes = getContentDigestAlgorithmOutputSizeBytes(digestAlgorithm); in computeContentDigestsPer1MbChunk()
295 getContentDigestAlgorithmOutputSizeBytes(digestAlgorithm); in computeContentDigestsPer1MbChunk()
526 private static int getContentDigestAlgorithmOutputSizeBytes(int digestAlgorithm) { in getContentDigestAlgorithmOutputSizeBytes() method in ApkSigningBlockUtils