Searched refs:SALT_SIZE (Results 1 – 1 of 1) sorted by relevance
81 public static final int SALT_SIZE = 32; field in FsVerityDescriptor167 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()