Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordCrypto.java69 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 DRebootEscrowKeyStoreManager.java109 KeyProperties.KEY_ALGORITHM_AES, AndroidKeyStoreSpi.NAME); in generateKeyStoreEncryptionKeyIfNeeded()
H A DManagedProfilePasswordCache.java96 generator = KeyGenerator.getInstance(KeyProperties.KEY_ALGORITHM_AES, in storePassword()
H A DLockSettingsService.java1335 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 DCipherConverter.java118 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 DKeyProperties.java196 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 DAndroidKeyStoreUnauthenticatedAESCipherSpi.java159 if (!KeyProperties.KEY_ALGORITHM_AES.equalsIgnoreCase(key.getAlgorithm())) { in initKey()
162 KeyProperties.KEY_ALGORITHM_AES + " supported"); in initKey()
H A DAndroidKeyStoreAuthenticatedAESCipherSpi.java288 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 DApplicationKeyStorage.java87 new SecretKeySpec(secretKey, KeyProperties.KEY_ALGORITHM_AES)), in setSymmetricKeyEntry()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DWifiConfigStoreEncryptionUtil.java162 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DPinStorage.java22 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 DBluetoothKeystoreService.java834 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt37640 field public static final String KEY_ALGORITHM_AES = "AES";