Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/util/apk/
H A DApkSigningBlockUtils.java346 int kRootHashSize = 32; in parseVerityDigestAndVerifySourceLength() local
349 if (data.length != kRootHashSize + kSourceLengthSize) { in parseVerityDigestAndVerifySourceLength()
353 buffer.position(kRootHashSize); in parseVerityDigestAndVerifySourceLength()
362 return Arrays.copyOfRange(data, 0, kRootHashSize); in parseVerityDigestAndVerifySourceLength()