Home
last modified time | relevance | path

Searched defs:CIPHER_ALGORITHM (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/chunking/
H A DChunkEncryptor.java35 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptor
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DWifiConfigStoreEncryptionUtil.java52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WifiConfigStoreEncryptionUtil
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/chunking/
H A DChunkEncryptorTest.java52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptorTest
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DCryptoHelper.java32 private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"; field in CryptoHelper
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DCryptoHelper.java32 private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"; field in CryptoHelper
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/
H A DEncryptedBackupTask.java61 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in EncryptedBackupTask
H A DBackupFileDecryptorTask.java72 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BackupFileDecryptorTask
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKeyTest.java50 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WrappedKeyTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DWrappedKeyTest.java50 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WrappedKeyTest
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/
H A DEncryptedBackupTaskTest.java80 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in EncryptedBackupTaskTest
H A DKvBackupEncrypterTest.java63 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in KvBackupEncrypterTest
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java74 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BluetoothKeystoreService
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...