Searched defs:cipher (Results 1 – 6 of 6) sorted by relevance
63 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptBundle() local89 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptBundle() local115 …vate byte[] createMac(@NonNull byte[] cipher, @NonNull byte[] iv) throws GeneralSecurityException { in createMac()
61 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in decrypt() local73 Cipher cipher = Cipher.getInstance( in encrypt() local
900 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile() local1213 Cipher cipher = Cipher.getInstance( in tieProfileLockToParent() local
505 private static int parseWpaCipher(int cipher) { in parseWpaCipher()520 private static int parseRsnCipher(int cipher) { in parseRsnCipher()703 private String cipherToString(int cipher) { in cipherToString()
115 public CryptoObject(Cipher cipher) { in CryptoObject()
228 public CryptoObject(@NonNull Cipher cipher) { in CryptoObject()