Searched refs:deleteKey (Results 1 – 6 of 6) sorted by relevance
214 String deleteKey = params.getString(Constants.EXTRA_LOOKUP_KEYS); in onRequest() local215 if (deleteKey == null || deleteKey.isEmpty()) { in onRequest()219 () -> localDataDelete(deleteKey, callback)); in onRequest()
57 public abstract void deleteKey(byte[] keyBlob); in deleteKey() method in ProvisionedKeyDao
259 String deleteKey = mDeviceQueue.poll(); in addDeviceProperties() local261 if (device.getAddress().equals(deleteKey)) { in addDeviceProperties()265 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()266 mDevices.remove(deleteKey); in addDeviceProperties()
240 mKeyDao.deleteKey(key.keyBlob); in checkAndDeleteBadKeys()
179 mKeyDao.deleteKey(mProvisionedKey1.keyBlob); in testDeleteSingleKey()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...