Searched defs:authenticate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcAdapterExtras.java225 * to authenticate with a token, before using other methods.
230 public void authenticate(byte[] token) { method in class:NfcAdapterExtras
232 sService.authenticate(mPackageName, token);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java332 * @param sectorIndex index of sector to authenticate, starting from 0
339 return authenticate(sectorIndex, key, true);
359 * @param sectorIndex index of sector to authenticate, starting from 0
366 return authenticate(sectorIndex, key, false);
369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { method in class:MifareClassic
384 // of a sector will authenticate the entire sector.
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h265 void authenticate(const sp<ARTSPResponse> &response) { function in struct:android::MyTransmitter
266 ssize_t i = response->mHeaders.indexOfKey("www-authenticate");
383 LOG(INFO) << "FAILED to authenticate";
388 authenticate(response);

Completed in 268 milliseconds