Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java702 SecretKey secretKeyReference = getOrCreateSecretKey(); in encrypt()
755 SecretKey secretKeyReference = getOrCreateSecretKey(); in decrypt()
801 private synchronized SecretKey getOrCreateSecretKey() { in getOrCreateSecretKey() method in BluetoothKeystoreService