Searched refs:PBKDF2_SALT_SIZE (Results 1 – 3 of 3) sorted by relevance
41 public static final int PBKDF2_SALT_SIZE = 512; // bits field in PasswordUtils
229 byte[] array = new byte[PasswordUtils.PBKDF2_SALT_SIZE / bitsPerByte]; in randomSalt()
151 .randomBytes(PasswordUtils.PBKDF2_SALT_SIZE); in emitAesBackupHeader()161 .randomBytes(PasswordUtils.PBKDF2_SALT_SIZE); in emitAesBackupHeader()