Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WifiConfigStoreEncryptionUtil
76 mEncryptCipher = Cipher.getInstance(CIPHER_ALGORITHM); in WifiConfigStoreEncryptionUtil()
78 reportException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in WifiConfigStoreEncryptionUtil()
131 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()
138 reportException(e, "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java67 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BluetoothKeystoreService
593 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()
615 reportKeystoreException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt()
647 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()
663 e, "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/encryption/
DCryptorMicImp.java142 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()
184 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()
DCryptor.java40 public static final String CIPHER_ALGORITHM = "AES/CTR/NoPadding"; field in Cryptor
/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java99 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in CarServiceUtils
857 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptData()
880 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptData()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java1253 private static final String CIPHER_ALGORITHM = "AES_128/CBC/NoPadding"; field in EapSimAkaAttribute.AtEncrData
1304 cipherAlgorithm = Cipher.getInstance(CIPHER_ALGORITHM); in doCipherOperation()
1310 SecretKeySpec secretKey = new SecretKeySpec(key, CIPHER_ALGORITHM); in doCipherOperation()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...