Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java472 private static final int INCFS_MAX_HASH_SIZE = 32; // SHA256 field in IncrementalStorage
521 if (hashingInfo.rawRootHash.length != INCFS_MAX_HASH_SIZE) { in validateV4Signature()
522 throw new IOException("rawRootHash has to be " + INCFS_MAX_HASH_SIZE + " bytes"); in validateV4Signature()