/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordCrypto.java | 69 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in decrypt() 83 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in encrypt() 105 KeyProperties.KEY_ALGORITHM_AES); in encrypt() 119 KeyProperties.KEY_ALGORITHM_AES); in decrypt() 182 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in createBlob()
|
H A D | RebootEscrowKeyStoreManager.java | 109 KeyProperties.KEY_ALGORITHM_AES, AndroidKeyStoreSpi.NAME); in generateKeyStoreEncryptionKeyIfNeeded()
|
H A D | ManagedProfilePasswordCache.java | 96 generator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, in storePassword()
|
H A D | LockSettingsService.java | 1335 Cipher cipher = Cipher.getInstance(KeyProperties.KEY_ALGORITHM_AES + "/" in getDecryptedPasswordForTiedProfile() 1920 KeyGenerator keyGenerator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES); in tieProfileLockToParent() 1944 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in tieProfileLockToParent()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/ |
H A D | CipherConverter.java | 118 KeyGenerator kpg = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, in encrypt() 159 KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.BLOCK_MODE_GCM + "/" in getCipherInstance()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore/ |
H A D | KeyProperties.java | 196 KEY_ALGORITHM_AES, 212 public static final String KEY_ALGORITHM_AES = "AES"; field in KeyProperties 271 if (KEY_ALGORITHM_AES.equalsIgnoreCase(algorithm)) { in toKeymasterSecretKeyAlgorithm() 288 return KEY_ALGORITHM_AES; in fromKeymasterSecretKeyAlgorithm()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreUnauthenticatedAESCipherSpi.java | 159 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey() 162 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
|
H A D | AndroidKeyStoreAuthenticatedAESCipherSpi.java | 288 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey() 291 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | ApplicationKeyStorage.java | 87 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)), in setSymmetricKeyEntry()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | WifiConfigStoreEncryptionUtil.java | 162 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | PinStorage.java | 22 import static android.security.keystore.KeyProperties.KEY_ALGORITHM_AES; 1095 KeyGenerator.getInstance(KEY_ALGORITHM_AES, ANDROID_KEY_STORE_PROVIDER); in createSecretKey()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
H A D | BluetoothKeystoreService.java | 834 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 37640 field public static final String KEY_ALGORITHM_AES = "AES";
|