Home | History | Annotate | Download | only in patches

Lines Matching full:salt

8126 +                    throw new InvalidKeySpecException("missing required salt");
8737 pbeGen.init(passKey, salt, iterationCount);
8741 dOut.write(salt);
8753 pbeGen.init(passKey, salt, iterationCount);
8755 Cipher cipher = this.makePBECipher(cipherAlg, Cipher.DECRYPT_MODE, password, salt, iterationCount);
8766 cipher = this.makePBECipher(STORE_CIPHER, Cipher.ENCRYPT_MODE, password, salt, iterationCount);