Searched refs:DEFAULT_PASSWORD (Results 1 – 1 of 1) sorted by relevance
144 private static final byte[] DEFAULT_PASSWORD = "default-password".getBytes(); field in SyntheticPasswordManager1942 final byte[] password = credential.isNone() ? DEFAULT_PASSWORD : credential.getCredential(); in stretchLskf()