Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java549 String decryptedData = tryCompute(encryptedData, false); in compareFileHash()
666 private String tryCompute(String sourceData, boolean doEncrypt) { in tryCompute() method in BluetoothKeystoreService
907 targetData = tryCompute(sourceData, mDoEncrypt); in run()