Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java63 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()
DLockSettingsService.java1155 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()
/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java141 KEY_ALGORITHM_AES,
157 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties
216 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm()
233 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/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DApplicationKeyStorage.java86 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)), in setSymmetricKeyEntry()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DDataIntegrityChecker.java242 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
/frameworks/base/api/
Dcurrent.txt40817 field public static final String KEY_ALGORITHM_AES = "AES";