Searched refs:KEY_ALGORITHM_AES (Results 1 – 7 of 7) sorted by relevance
61 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in decrypt()74 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()91 KeyProperties.KEY_ALGORITHM_AES); in encrypt()104 KeyProperties.KEY_ALGORITHM_AES); in decrypt()135 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in createBlob()
900 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile()1188 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in tieProfileLockToParent()1214 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
132 KEY_ALGORITHM_AES,148 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties198 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()213 return KEY_ALGORITHM_AES; in fromKeymasterSecretKeyAlgorithm()
131 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()134 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
279 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()282 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
36748 field public static final java.lang.String KEY_ALGORITHM_AES = "AES";
39817 field public static final java.lang.String KEY_ALGORITHM_AES = "AES";