Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DCipherConverter.java78 Cipher cipher = getCipherInstance(); in decrypt() local
130 Cipher cipher = getCipherInstance(); in encrypt() local
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java344 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in encryptWithKeyStore() local
376 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in decryptWithKeyStore() local
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorage.java173 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in encryptWithKeyStore() local
205 Cipher cipher = Cipher.getInstance(CIPHER_TRANSFORMATION); in decryptWithKeyStore() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java701 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt() local
752 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt() local