Searched refs:KEY_ALGORITHM_AES (Results 1 – 8 of 8) sorted by relevance
63 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in decrypt()77 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt()99 KeyProperties.KEY_ALGORITHM_AES); in encrypt()113 KeyProperties.KEY_ALGORITHM_AES); in decrypt()158 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in createBlob()
1155 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile()1541 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in tieProfileLockToParent()1568 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
141 KEY_ALGORITHM_AES,157 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties216 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()233 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()
86 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)), in setSymmetricKeyEntry()
242 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
40817 field public static final String KEY_ALGORITHM_AES = "AES";