Home
last modified time | relevance | path

Searched refs:KEY_ALGORITHM_AES (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSyntheticPasswordCrypto.java61 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()
DLockSettingsService.java900 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()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java132 KEY_ALGORITHM_AES,
148 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties
198 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
213 return KEY_ALGORITHM_AES; in fromKeymasterSecretKeyAlgorithm()
DAndroidKeyStoreUnauthenticatedAESCipherSpi.java131 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
134 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
DAndroidKeyStoreAuthenticatedAESCipherSpi.java279 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
282 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
/frameworks/base/api/
Dcurrent.txt36748 field public static final java.lang.String KEY_ALGORITHM_AES = "AES";
Dsystem-current.txt39817 field public static final java.lang.String KEY_ALGORITHM_AES = "AES";