Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityDescriptor.java81 public static final int SALT_SIZE = 32; field in FsVerityDescriptor
167 byte[] inSalt = new byte[FsVerityDescriptor.SALT_SIZE]; in fromByteArray()
192 if (this.saltSize > SALT_SIZE) { in toByteArray()
199 writeBytesWithSize(buffer, salt, SALT_SIZE); in toByteArray()
219 if (this.saltSize > SALT_SIZE) { in getByteForGenerateDigest()
226 writeBytesWithSize(buffer, salt, SALT_SIZE); in getByteForGenerateDigest()