Home
last modified time | relevance | path

Searched defs:log2BlockSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DV4Signature.java52 public final byte log2BlockSize; // only 12 (block size 4096) supported now field in V4Signature.HashingInfo
56 HashingInfo(int hashAlgorithm, byte log2BlockSize, byte[] salt, byte[] rawRootHash) { in HashingInfo()