Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 19 of 19) sorted by relevance

/packages/modules/adb/pairing_auth/tests/
Daes_128_gcm_test.cpp28 std::unique_ptr<Aes128Gcm> cipher; in TEST() local
34 std::unique_ptr<Aes128Gcm> cipher; in TEST() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java87 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt() local
121 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt() local
DInformationElementUtil.java1595 private static @Cipher int parseWpaCipher(int cipher) { in parseWpaCipher()
1610 private static @Cipher int parseRsnCipher(int cipher) { in parseRsnCipher()
1896 private String cipherToString(@Cipher int cipher) { in cipherToString()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/util/encryption/
DCryptorImpIdentityV1.java100 Cipher cipher; in encrypt() local
143 Cipher cipher; in decrypt() local
DCryptorImpV1.java102 Cipher cipher; in encrypt() local
145 Cipher cipher; in decrypt() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DAesEcbSingleBlockEncryption.java74 Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding"); in doEncryption() local
/packages/modules/Virtualization/libs/devicemapper/src/
Dcrypt.rs73 cipher: CipherType, field
105 pub fn cipher(&mut self, cipher: CipherType) -> &mut Self { in cipher() method
Dlib.rs244 cipher: CipherType, field
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/util/
DCryptUtils.java65 Cipher cipher = Cipher.getInstance(TRANSFORMATION); in encrypt() local
/packages/modules/Virtualization/microdroid_manager/src/
Dinstance.rs145 let cipher = Cipher::aes_256_gcm(); in read_microdroid_data() localVariable
191 let cipher = Cipher::aes_256_gcm(); in write_microdroid_data() localVariable
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairGattServer.java630 Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding"); in encrypt() local
652 Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding"); in decrypt() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java360 public final EspCipher cipher; field in PacketUtils.EspHeader
389 EspCipher cipher, in EspHeader()
607 final Cipher cipher = Cipher.getInstance(algoName); in getCipherText() local
650 final Cipher cipher = Cipher.getInstance(algoName); in getCipherText() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java683 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt() local
734 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairGattServerTest.java466 Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding"); in encrypt() local
477 Cipher cipher = Cipher.getInstance("AES/ECB/NoPadding"); in decrypt() local
/packages/modules/Bluetooth/system/tools/irk-calculator/src/
Dmain.rs27 let cipher = Aes128::new(&GenericArray::from(key_reversed)); localVariable
/packages/services/Car/service/src/com/android/car/
DCarServiceUtils.java847 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptData() local
870 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptData() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java400 Cipher cipher = Cipher.getInstance(AES_CBC); in getCiphertext() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiCarrierInfoManagerTest.java725 Cipher cipher = mock(Cipher.class); in getEncryptedIdentity_WithRfc4648() local
792 Cipher cipher = mock(Cipher.class); in getEncryptedIdentityFailed() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java1072 Cipher cipher = Cipher.getInstance(IMSI_CIPHER_TRANSFORMATION); in encryptDataUsingPublicKey() local